-
-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: UNRAID Container GPU support - Input and Output Size Error #128
Comments
@DrewThomasson , isn't "athomasson2/ebook2audiobookxtts:huggingface" an old repo? |
mmmm might be but thats also the name of the Current docker hub location our docker image is stored in |
When was it posted? that might help or a link to it? I have no idea how unraid works only heard of it today |
I updated out docker image under that same name to v2.0 recently so I have no idea whats going on with that ... |
Well we have a working dockerfile now so hopefully that helps |
For reference for me and others here is the GitHub issue page where me and the Maintainer of the ebook2audiobook are talking to each other |
I installed the UNRAID container: "ebook2audiobook from grtgbln's Repository" which uses Repository: "athomasson2/ebook2audiobookxtts:huggingface"
And added the extra parameter
--gpus all
. The conversion started, but after just a few lines I got the below error:Caught DependencyError: Input and output sizes should be greater than 0, but got input (W: 1) and output (W: 0) Caught DependencyError: Input and output sizes should be greater than 0, but got input (W: 1) and output (W: 0) convert_ebook() Exception: Input and output sizes should be greater than 0, but got input (W: 1) and output (W: 0)
My GPU is GeForce GTX 1050 Ti, I have the Nvidia Driver installed and have successfully used my GPU for other containers. Let me know if there are more detailed logs I can enable and capture for you / whoever is making the UNRAID container. Thanks!
The text was updated successfully, but these errors were encountered: