Update LMDeploy version
Browse files
README.md
CHANGED
@@ -189,7 +189,7 @@ The minimum hardware requirements for deploying Intern-S1 series models are:
|
|
189 |
|
190 |
You can utilize one of the following LLM inference frameworks to create an OpenAI compatible server:
|
191 |
|
192 |
-
#### [lmdeploy (>=0.9.2)](https://github.com/InternLM/lmdeploy)
|
193 |
|
194 |
```bash
|
195 |
lmdeploy serve api_server internlm/Intern-S1-mini-FP8 --reasoning-parser intern-s1 --tool-call-parser intern-s1
|
|
|
189 |
|
190 |
You can utilize one of the following LLM inference frameworks to create an OpenAI compatible server:
|
191 |
|
192 |
+
#### [lmdeploy (>=0.9.2.post1)](https://github.com/InternLM/lmdeploy)
|
193 |
|
194 |
```bash
|
195 |
lmdeploy serve api_server internlm/Intern-S1-mini-FP8 --reasoning-parser intern-s1 --tool-call-parser intern-s1
|