Update README.md
Browse files
README.md
CHANGED
|
@@ -76,6 +76,12 @@ You could employ the latest [xtuner](https://github.com/InternLM/xtuner) to fine
|
|
| 76 |
|
| 77 |
- Install xtuner via pip
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
```shell
|
| 80 |
pip install 'git+https://github.com/InternLM/xtuner.git@main#egg=xtuner[deepspeed]'
|
| 81 |
```
|
|
|
|
| 76 |
|
| 77 |
- Install xtuner via pip
|
| 78 |
|
| 79 |
+
```shell
|
| 80 |
+
pip install 'xtuner[deepspeed]'==0.2.0
|
| 81 |
+
```
|
| 82 |
+
|
| 83 |
+
- Install xtuner from the latest source code
|
| 84 |
+
|
| 85 |
```shell
|
| 86 |
pip install 'git+https://github.com/InternLM/xtuner.git@main#egg=xtuner[deepspeed]'
|
| 87 |
```
|