huihui-ai commited on
Commit
5577a0b
·
verified ·
1 Parent(s): c7236a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -24,11 +24,12 @@ The [SFT (Supervised Fine-Tuning)](https://github.com/modelscope/ms-swift) proce
24
  1. Create the environment.
25
 
26
  ```
27
- mkdir MicroThinker-1B-Preview
28
- cd MicroThinker-1B-Preview
29
  conda create -yn ms-swift python=3.11
30
  conda activate ms-swift
31
 
 
 
 
32
  git clone https://github.com/modelscope/ms-swift.git
33
 
34
  cd ms-swift
 
24
  1. Create the environment.
25
 
26
  ```
 
 
27
  conda create -yn ms-swift python=3.11
28
  conda activate ms-swift
29
 
30
+ mkdir MicroThinker-1B-Preview
31
+ cd MicroThinker-1B-Preview
32
+
33
  git clone https://github.com/modelscope/ms-swift.git
34
 
35
  cd ms-swift