Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -507,7 +507,7 @@ print(sess.response.text)
|
|
| 507 |
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:
|
| 508 |
|
| 509 |
```shell
|
| 510 |
-
lmdeploy serve api_server OpenGVLab/InternVL-Chat-V1-5 --
|
| 511 |
```
|
| 512 |
|
| 513 |
To use the OpenAI-style interface, you need to install OpenAI:
|
|
@@ -554,7 +554,7 @@ TODO
|
|
| 554 |
|
| 555 |
## License
|
| 556 |
|
| 557 |
-
This project is released under the MIT license, while
|
| 558 |
|
| 559 |
## Citation
|
| 560 |
|
|
|
|
| 507 |
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:
|
| 508 |
|
| 509 |
```shell
|
| 510 |
+
lmdeploy serve api_server OpenGVLab/InternVL-Chat-V1-5 --backend turbomind --server-port 23333
|
| 511 |
```
|
| 512 |
|
| 513 |
To use the OpenAI-style interface, you need to install OpenAI:
|
|
|
|
| 554 |
|
| 555 |
## License
|
| 556 |
|
| 557 |
+
This project is released under the MIT license, while InternLM2 is licensed under the Apache-2.0 license.
|
| 558 |
|
| 559 |
## Citation
|
| 560 |
|