Update README.md
Browse files
README.md
CHANGED
@@ -412,7 +412,7 @@ Many repositories now support fine-tuning of the InternVL series models, includi
|
|
412 |
LMDeploy is a toolkit for compressing, deploying, and serving LLMs & VLMs.
|
413 |
|
414 |
```sh
|
415 |
-
pip install lmdeploy>=0.
|
416 |
```
|
417 |
|
418 |
LMDeploy abstracts the complex inference process of multi-modal Vision-Language Models (VLM) into an easy-to-use pipeline, similar to the Large Language Model (LLM) inference pipeline.
|
|
|
412 |
LMDeploy is a toolkit for compressing, deploying, and serving LLMs & VLMs.
|
413 |
|
414 |
```sh
|
415 |
+
pip install lmdeploy>=0.5.3
|
416 |
```
|
417 |
|
418 |
LMDeploy abstracts the complex inference process of multi-modal Vision-Language Models (VLM) into an easy-to-use pipeline, similar to the Large Language Model (LLM) inference pipeline.
|