-
Notifications
You must be signed in to change notification settings - Fork 67
Description
pip install uninstalls torch+cuda, and installs CPU only torch, but then complains:
(venv) C:\Users\mcomb>liquid-audio-demo
.....
^^^^^^^
File "C:\Users\mcomb\venv\Lib\site-packages\torch\nn\modules\module.py", line 1355, in convert
return t.to(
^^^^^
File "C:\Users\mcomb\venv\Lib\site-packages\torch\cuda_init_.py", line 403, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
(venv) C:\Users\mcomb>
Dependencies requirements need to be updated for this repo - otherwise the pip installs break the python environment - requiring manual re-setup of already working libraries. Once I reverted back to the current versions of the libraries/modules the demo ran.
Please update the pip requirements. 🙏