Skip to content

Bad setup #10

@simulanics

Description

@simulanics

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. 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions