Update README.md
Browse files
README.md
CHANGED
@@ -419,7 +419,7 @@ Many repositories now support fine-tuning of the InternVL series models, includi
|
|
419 |
LMDeploy is a toolkit for compressing, deploying, and serving LLMs & VLMs.
|
420 |
|
421 |
```sh
|
422 |
-
pip install lmdeploy>=0.
|
423 |
```
|
424 |
|
425 |
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.
|
|
|
419 |
LMDeploy is a toolkit for compressing, deploying, and serving LLMs & VLMs.
|
420 |
|
421 |
```sh
|
422 |
+
pip install lmdeploy>=0.5.3
|
423 |
```
|
424 |
|
425 |
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.
|