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
```

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
```

View File

@@ -659,7 +659,7 @@ pip install -e .
```shell
pip install timm=0.9.10
```
4. 测试运行示例程序:
4. 运行示例代码:如果使用本地路径的模型请确保模型代码已更新到Hugging Face上的最新版)
```shell
python examples/minicpmv_example.py
```