Update README.md
Browse files
README.md
CHANGED
|
@@ -48,12 +48,12 @@ AIGC创意文本生成,使用LoRA和强化学习进行微调。
|
|
| 48 |
|
| 49 |
1. 安装依赖:
|
| 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 工具加速下载
|
| 56 |
-
uv pip install -r requirements.txt
|
| 57 |
|
| 58 |
2. 运行程序:
|
| 59 |
python code/__main__.py
|
|
|
|
| 48 |
|
| 49 |
1. 安装依赖:
|
| 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 工具加速下载
|
| 56 |
+
- uv pip install -r requirements.txt
|
| 57 |
|
| 58 |
2. 运行程序:
|
| 59 |
python code/__main__.py
|