liucr
liucr
**I met the same error. Here is the output of the command line terminal.** ``` /Users//work/study/exercises/VALL-E-X/venv/lib/python3.10/site-packages/torch/nn/utils/weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of...
> hello, I modified the codes in model.py and llm.py based on your commit, but it still raised error: > > ```shell > Exception in thread Thread-2: > Traceback (most...
@alkaidzone I just tried it again and it is indeed related to the version of torch related libraries. I used the following command to install and upgrade torch related libraries...
@alkaidzone The versions of torchaudio and torch should be the same. I use version 2.4.1. For all the dependencies, you can refer to the requirements.txt file in [my forked library](https://github.com/liucr/CosyVoice)....