diff --git a/get_minicpmv2.6_embeding/readme.md b/get_minicpmv2.6_embeding/readme.md index 7ef0a12..6a0b146 100644 --- a/get_minicpmv2.6_embeding/readme.md +++ b/get_minicpmv2.6_embeding/readme.md @@ -13,7 +13,7 @@ git clone https://github.com/OpenBMB/MiniCPM-CookBook Next, replace the `modeling_minicpmv.py` file in your local `MiniCPMV2.6` model path with the one from the downloaded project. ```sh -cp MiniCPM-CookBook/get_minicpmv2.6_embeding/modeling_minicpmv.py /path/to/MiniCPMV2.6/modeling_minicpmv.py +cp MiniCPM-CookBook/get_minicpmv2.6_embeding/modeling_minicpmv.py /path/to/MiniCPM-V-2_6/modeling_minicpmv.py ``` Make sure to replace `/path/to/MiniCPMV2.6` with the actual path of your `MiniCPMV2.6` project.