Audio-to-Audio
audio
speech
voice-conversion

Torch-cuda source cannot be found in poetry install and error occurs

#10
by SkyLaptor - opened

I am having trouble with pytorch library installation during poetry install. pyproject.toml was modified as follows and it works.

 [[tool.poetry.source]]
 name = "torch-cuda "
 url = "https://download.pytorch.org/whl/cu121 "priority
 = "explicit"
 ```

Edit like this

 ```:pyproject. toml
 [[tool.poetry.source]]
 name = "torch-cuda "
 url = "https://download.pytorch.org/whl/cu126 "priority
 = "explicit"
 ```

The environment is as follows:
* beatrice-trainer 2.0.0-beta.2
* Windows11 24H2
* python 1.12.8 (pyenv)
* poetry 2.0.1
* RTX4070 (GRDriver 572.47)

 reference: https://pytorch.org/

Sign up or log in to comment