RowitZou commited on
Commit
b7fd0cc
·
verified ·
1 Parent(s): 79e4526

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
  ```