fish-speech
fish-speech copied to clipboard
[help]Help Needed: Unable to Start Training on Windows
Describe the bug I cloned the repository https://github.com/fishaudio/fish-speech.git, ran install_env.bat, and successfully launched the WebUI using start.bat. After selecting any model (VQGAN, VITS, LLAMA) and clicking "Start Training," I encounter errors.
To Reproduce Issue 1: AttributeError with Triton Package Steps to Reproduce:
- Run start.bat
- Click "Start Training"
- Error occurs (log attached in Issue1.log)
Issue 2: RuntimeError with TCPStore Steps to Reproduce:
- Add set "CUDA_PATH=%cd%\fishenv\env" in start.bat(Attempt to fix the first issue)
- Run start.bat again and click "Start Training"
- Error occurs (log attached in Issue2.log)
System Environment: OS: Windows 11 Python version: 3.10.14 Torch: 2.4.0.dev20240427+cu121 fish-speech: commit hash: 2f2b5a3
Description: 两个错误 克隆储存库https://github.com/fishaudio/fish-speech.git 执行install_env.bat, 完成使用start.bat启用WebUI,选定任意模型(VQGAN, VITS, LLAMA)后, 按下Start Training,就会ERROR, 会出现两个错误
Issue 1: AttributeError with Triton Package 重现步骤:执行start.bat,按下Start Training就会ERROR(log再附加文件Issue1.log)
Issue 2: RuntimeError with TCPStore 重现步骤:在start.bat中添加set "CUDA_PATH=%cd%\fishenv\env (尝试修复第一个问题) ,再次执行start.bat,按下Start Training就会ERROR(train.log再附加文件Issue2.log)