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? |
Beta Was this translation helpful? Give feedback.
-
We haven't tested this yet. |
Beta Was this translation helpful? Give feedback.
-
After more testing,
I was able to get it working with |
Beta Was this translation helpful? Give feedback.
-
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:
Beta Was this translation helpful? Give feedback.
All reactions