czczup commited on
Commit
33e2c85
1 Parent(s): f21c31f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.6.4
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.