From 823f35a07f0d701518afa44debabcce5cd909567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E4=B8=B9=28adan=29?= <47373076+LDLINGLINGLING@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:34:03 +0800 Subject: [PATCH] Update readme.md --- get_minicpmv2.6_embeding/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.