cookey39 commited on
Commit
5373bee
1 Parent(s): 688624e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,7 +29,7 @@ The large model includes versions with 1.8B, 7B, and 14B parameters. The version
29
  For convenience, we recommend that you clone the original QWEN repository to complete the installation of dependencies.
30
  ```python
31
  git clone https://github.com/QwenLM/Qwen.git
32
- cd QWEN
33
  pip install -r requirements.txt
34
  ```
35
 
@@ -101,7 +101,7 @@ Let us look forward to the widespread application of the "Five Elements Wisdom"
101
 
102
  ```python
103
  git clone https://github.com/QwenLM/Qwen.git
104
- cd QWEN
105
  pip install -r requirements.txt
106
  ```
107
 
 
29
  For convenience, we recommend that you clone the original QWEN repository to complete the installation of dependencies.
30
  ```python
31
  git clone https://github.com/QwenLM/Qwen.git
32
+ cd Qwen
33
  pip install -r requirements.txt
34
  ```
35
 
 
101
 
102
  ```python
103
  git clone https://github.com/QwenLM/Qwen.git
104
+ cd Qwen
105
  pip install -r requirements.txt
106
  ```
107