Replies: 3 comments 1 reply
|
Can I ask which container version are you using? Which versions missing Cuda libraries are they? Also, which docker command did you run? |
0 replies
We haven't tested this yet. |
0 replies
|
After more testing, I was able to get it working with |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am not talking about Apple silicon.
I have tried to install diffusers on arm systems (ampere),
diffusers["torch"]seems to clobber the torch install (if using https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch) and returns back errors about missing cuda libraries. When not installing withtorch, diffusers doesnt seem to use the local pytorch, it also OOMs because it seems to be running off the CPU.When trying without nvidia container (and just a plain ubuntu container), it seems like diffusers cannot install properly for an arm64 build.
So, the questions:
All reactions