Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,7 @@ This model is a fine-tuned version of [abacusai/Smaug-34B-v0.1](https://huggingf
|
|
21 |
## Training procedure
|
22 |
|
23 |
```
|
|
|
24 |
python create_pods.py 'Qwen/Qwen-72B' 'NVIDIA A100 80GB PCIe' 1 xxx xxx xxx 6rhltjf914
|
25 |
```
|
26 |
|
|
|
21 |
## Training procedure
|
22 |
|
23 |
```
|
24 |
+
git clone https://github.com/chenhaodev/LLaMA-Factory; cd LLaMA-Factory; pip install -r requirements.txt;
|
25 |
python create_pods.py 'Qwen/Qwen-72B' 'NVIDIA A100 80GB PCIe' 1 xxx xxx xxx 6rhltjf914
|
26 |
```
|
27 |
|