Update README.md
Browse files
README.md
CHANGED
|
@@ -452,7 +452,7 @@ Many repositories now support fine-tuning of the InternVL series models, includi
|
|
| 452 |
|
| 453 |
### LMDeploy
|
| 454 |
|
| 455 |
-
LMDeploy is a toolkit for compressing, deploying, and serving
|
| 456 |
|
| 457 |
```sh
|
| 458 |
pip install lmdeploy>=0.5.3
|
|
@@ -544,7 +544,7 @@ print(sess.response.text)
|
|
| 544 |
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:
|
| 545 |
|
| 546 |
```shell
|
| 547 |
-
lmdeploy serve api_server OpenGVLab/InternVL2-26B --
|
| 548 |
```
|
| 549 |
|
| 550 |
To use the OpenAI-style interface, you need to install OpenAI:
|
|
|
|
| 452 |
|
| 453 |
### LMDeploy
|
| 454 |
|
| 455 |
+
LMDeploy is a toolkit for compressing, deploying, and serving LLMs & VLMs.
|
| 456 |
|
| 457 |
```sh
|
| 458 |
pip install lmdeploy>=0.5.3
|
|
|
|
| 544 |
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:
|
| 545 |
|
| 546 |
```shell
|
| 547 |
+
lmdeploy serve api_server OpenGVLab/InternVL2-26B --server-port 23333
|
| 548 |
```
|
| 549 |
|
| 550 |
To use the OpenAI-style interface, you need to install OpenAI:
|