czczup commited on
Commit
5dd64d5
1 Parent(s): 605b290

Update README.md

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