You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. I haven't tried it on Arch Linux, but pytorch is the only dependency needed to run the inference. Have you tried with --device=cpu?
I get this error on Arch Linux even if I installed the package
python-pytorch
the package
python-pytorch-cuda
doesn't work either, since it's missing a file according to this errorImportError: libcupti.so.11.5: cannot open shared object file: No such file or directory
I think it'd be a good idea to add a requirements.txt file in the project with all needed depencies. The actual ones aren't sufficient!
The text was updated successfully, but these errors were encountered: