Update README.md
Browse files
README.md
CHANGED
@@ -159,14 +159,10 @@ Find more details in the [vLLM documentation](https://docs.vllm.ai/en/latest/ind
|
|
159 |
|
160 |
### First: Convert lmdeploy TurboMind
|
161 |
|
162 |
-
```bash
|
163 |
-
# Converting Model to TurboMind (FastTransformer Format)
|
164 |
-
lmdeploy convert internlm-chat-7b /path/to/XiXiLM
|
165 |
-
```
|
166 |
-
|
167 |
Here, we will use our pre-trained model file and execute the conversion in the user's root directory, as shown below.
|
168 |
|
169 |
```bash
|
|
|
170 |
lmdeploy convert internlm2-chat-7b /root/autodl-tmp/agri_intern/XiXiLM --tokenizer-path ./GouMang/tokenizer.json
|
171 |
```
|
172 |
|
|
|
159 |
|
160 |
### First: Convert lmdeploy TurboMind
|
161 |
|
|
|
|
|
|
|
|
|
|
|
162 |
Here, we will use our pre-trained model file and execute the conversion in the user's root directory, as shown below.
|
163 |
|
164 |
```bash
|
165 |
+
# Converting Model to TurboMind (FastTransformer Format)
|
166 |
lmdeploy convert internlm2-chat-7b /root/autodl-tmp/agri_intern/XiXiLM --tokenizer-path ./GouMang/tokenizer.json
|
167 |
```
|
168 |
|