diff --git a/README.md b/README.md index 9fdcb43..6469b63 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_en.md b/README_en.md index 9fdcb43..6469b63 100644 --- a/README_en.md +++ b/README_en.md @@ -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 ``` diff --git a/README_zh.md b/README_zh.md index 17466d4..8f5ca2c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -659,7 +659,7 @@ pip install -e . ```shell pip install timm=0.9.10 ``` -4. 测试运行示例程序: +4. 运行示例代码:(如果使用本地路径的模型,请确保模型代码已更新到Hugging Face上的最新版) ```shell python examples/minicpmv_example.py ```