vall-e
vall-e copied to clipboard
Unable to pre-compile async_io
pip install git+https://github.com/enhuiz/vall-e Collecting git+https://github.com/enhuiz/vall-e Cloning https://github.com/enhuiz/vall-e to c:\users\iac\appdata\local\temp\pip-req-build-4ilqvm3r Running command git clone --filter=blob:none --quiet https://github.com/enhuiz/vall-e 'C:\Users\IAC\AppData\Local\Temp\pip-req-build-4ilqvm3r' Resolved https://github.com/enhuiz/vall-e to commit 2e9f5030a3633837c0b8e9688ca288968b5e182f Running command git submodule update --init --recursive -q Preparing metadata (setup.py) ... done Collecting coloredlogs>=15.0.1 Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) Collecting deepspeed>=0.7.7 Using cached deepspeed-0.8.0.tar.gz (749 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [14 lines of output]
Traceback (most recent call last):
File "
It shows your Torch didn't find CUDA available.
[WARNING] Torch did not find cuda available, if cross-compiling or running with cpu only you can ignore this message. Adding compute capability for Pascal, Volta, and Turing (compute capabilities 6.0, 6.1, 6.2)
The version using is torch==1.13.0+cu116. Need install a torch version with cuda.