Update README vllm usage

This commit is contained in:
Hongji Zhu
2024-07-25 19:47:53 +08:00
parent 663ff00e0f
commit 703aa91b61
3 changed files with 3 additions and 3 deletions

View File

@@ -629,7 +629,7 @@ pip install -e .
```shell
pip install timm==0.9.10
```
4. Run the example:
4. Run the example:If you use model in local path, please update the model code to the latest version on Hugging Face.)
```shell
python examples/minicpmv_example.py
```