Update README.md
Browse files
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
|
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
|
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 |
|