update readme
This commit is contained in:
parent
3c2a992caa
commit
2bec28e328
|
@ -320,7 +320,7 @@ huggingface-cli login
|
||||||
> Installation is mandatory.
|
> Installation is mandatory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/hiyouga/LLaMA-Factory.git
|
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git
|
||||||
cd LLaMA-Factory
|
cd LLaMA-Factory
|
||||||
pip install -e .[torch,metrics]
|
pip install -e .[torch,metrics]
|
||||||
```
|
```
|
||||||
|
|
|
@ -320,7 +320,7 @@ huggingface-cli login
|
||||||
> 此步骤为必需。
|
> 此步骤为必需。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/hiyouga/LLaMA-Factory.git
|
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git
|
||||||
cd LLaMA-Factory
|
cd LLaMA-Factory
|
||||||
pip install -e .[torch,metrics]
|
pip install -e .[torch,metrics]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue