AISkywalker commited on
Commit
b9f4059
·
verified ·
1 Parent(s): ff8e47d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -50,6 +50,11 @@ AIGC创意文本生成,使用LoRA和强化学习进行微调。
50
  推荐使用conda
51
  - conda create -name Goodmusic python==3.11 -y
52
  - conda activate Goodmusic
 
 
 
 
 
53
  - pip install -r requirements.txt
54
 
55
  或者使用.env的虚拟环境使用 uv 工具加速下载
 
50
  推荐使用conda
51
  - conda create -name Goodmusic python==3.11 -y
52
  - conda activate Goodmusic
53
+
54
+ 下载Pytorch(cuda 12.6)
55
+ - pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
56
+
57
+ 下载其他依赖
58
  - pip install -r requirements.txt
59
 
60
  或者使用.env的虚拟环境使用 uv 工具加速下载