Update README.md
Browse files
README.md
CHANGED
|
@@ -466,7 +466,7 @@ Many repositories now support fine-tuning of the InternVL series models, includi
|
|
| 466 |
|
| 467 |
### LMDeploy
|
| 468 |
|
| 469 |
-
LMDeploy is a toolkit for compressing, deploying, and serving
|
| 470 |
|
| 471 |
```sh
|
| 472 |
pip install lmdeploy>=0.5.3
|
|
@@ -558,7 +558,7 @@ print(sess.response.text)
|
|
| 558 |
LMDeploy's `api_server` enables models to be easily packed into services with a single command. The provided RESTful APIs are compatible with OpenAI's interfaces. Below are an example of service startup:
|
| 559 |
|
| 560 |
```shell
|
| 561 |
-
lmdeploy serve api_server OpenGVLab/InternVL2-2B --
|
| 562 |
```
|
| 563 |
|
| 564 |
To use the OpenAI-style interface, you need to install OpenAI:
|
|
|
|
| 466 |
|
| 467 |
### LMDeploy
|
| 468 |
|
| 469 |
+
LMDeploy is a toolkit for compressing, deploying, and serving LLMs & VLMs.
|
| 470 |
|
| 471 |
```sh
|
| 472 |
pip install lmdeploy>=0.5.3
|
|
|
|
| 558 |
LMDeploy's `api_server` enables models to be easily packed into services with a single command. The provided RESTful APIs are compatible with OpenAI's interfaces. Below are an example of service startup:
|
| 559 |
|
| 560 |
```shell
|
| 561 |
+
lmdeploy serve api_server OpenGVLab/InternVL2-2B --server-port 23333
|
| 562 |
```
|
| 563 |
|
| 564 |
To use the OpenAI-style interface, you need to install OpenAI:
|