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