fish-speech icon indicating copy to clipboard operation
fish-speech copied to clipboard

[help]Help Needed: Unable to Start Training on Windows

Open Jyu433 opened this issue 8 months ago • 3 comments

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:

  1. Run start.bat
  2. Click "Start Training"
  3. Error occurs (log attached in Issue1.log)

Issue 2: RuntimeError with TCPStore Steps to Reproduce:

  1. Add set "CUDA_PATH=%cd%\fishenv\env" in start.bat(Attempt to fix the first issue)
  2. Run start.bat again and click "Start Training"
  3. Error occurs (log attached in Issue2.log)

Issue1.log 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)

Jyu433 avatar Jun 14 '24 03:06 Jyu433