StarCycle commited on
Commit
a0d7a21
1 Parent(s): 37287d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -31,8 +31,9 @@ llava-dinov2-internlm2-7b-v1 | 64.0 | 65.2 | 62.9 | 61.6 | 45.3
31
  ## Quickstart
32
  ### Installation
33
  ```
34
- pip install xtuner[deepspeed]
35
- cd ./path_to_xtuner
 
36
  # Now replace the source code files with the modifed version in modified_xtuner_code directory
37
  ```
38
 
 
31
  ## Quickstart
32
  ### Installation
33
  ```
34
+ git clone https://github.com/InternLM/xtuner
35
+ pip install -e ./xtuner[deepspeed]
36
+ cd ./xtuner
37
  # Now replace the source code files with the modifed version in modified_xtuner_code directory
38
  ```
39