From 56804902dec0f4cfcfe1a07cb30d461adea48a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=9C=A3=E8=BF=9C?= Date: Tue, 4 Mar 2025 01:45:51 +0000 Subject: [PATCH 1/3] =?UTF-8?q?update=20MindIE/MultiModal/QVQ-72B-Preview/?= =?UTF-8?q?README.md.=20=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 于圣远 --- MindIE/MultiModal/QVQ-72B-Preview/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MindIE/MultiModal/QVQ-72B-Preview/README.md b/MindIE/MultiModal/QVQ-72B-Preview/README.md index 1a8b00cff4..ee7d1ab82b 100644 --- a/MindIE/MultiModal/QVQ-72B-Preview/README.md +++ b/MindIE/MultiModal/QVQ-72B-Preview/README.md @@ -146,8 +146,8 @@ vim /usr/local/Ascend/mindie/latest/mindie-service/conf/config.json ... "ModelDeployConfig": { -"maxSeqLen" : 50000, # QvQ模型最大支持128000 -"maxInputTokenLen" : 50000, # QvQ模型最大支持128000 +"maxSeqLen" : 50000, +"maxInputTokenLen" : 50000, "truncation" : false, "ModelConfig" : [ { @@ -212,7 +212,7 @@ curl 127.0.0.1:1040/generate -d '{ ```shell curl 127.0.0.1:1040/v1/chat/completions -d ' { -"model": "internvl", +"model": "qwen2_vl", "messages": [{ "role": "user", "content": [ -- Gitee From 17d839d76267afc67e35e49fbc933def21545f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=9C=A3=E8=BF=9C?= Date: Tue, 4 Mar 2025 01:46:42 +0000 Subject: [PATCH 2/3] =?UTF-8?q?update=20MindIE/MultiModal/Qwen2-VL/Qwen2?= =?UTF-8?q?=5Fvl=5F72b=5Finstruct/README.md.=20=E4=BF=AE=E6=94=B9=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 于圣远 --- MindIE/MultiModal/Qwen2-VL/Qwen2_vl_72b_instruct/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_72b_instruct/README.md b/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_72b_instruct/README.md index bd0497ace8..763e465c22 100644 --- a/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_72b_instruct/README.md +++ b/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_72b_instruct/README.md @@ -212,7 +212,7 @@ curl 127.0.0.1:1040/generate -d '{ ```shell curl 127.0.0.1:1040/v1/chat/completions -d ' { -"model": "internvl", +"model": "qwen2_vl", "messages": [{ "role": "user", "content": [ -- Gitee From 9a1039d355763d99d430ec03df6b1c0d0b3241bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=9C=A3=E8=BF=9C?= Date: Tue, 4 Mar 2025 01:47:04 +0000 Subject: [PATCH 3/3] =?UTF-8?q?update=20MindIE/MultiModal/Qwen2-VL/Qwen2?= =?UTF-8?q?=5Fvl=5F7b=5Finstruct/README.md.=20=E4=BF=AE=E6=94=B9=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 于圣远 --- MindIE/MultiModal/Qwen2-VL/Qwen2_vl_7b_instruct/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_7b_instruct/README.md b/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_7b_instruct/README.md index 8bdd6e6274..0a938ba5b3 100644 --- a/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_7b_instruct/README.md +++ b/MindIE/MultiModal/Qwen2-VL/Qwen2_vl_7b_instruct/README.md @@ -212,7 +212,7 @@ curl 127.0.0.1:1040/generate -d '{ ```shell curl 127.0.0.1:1040/v1/chat/completions -d ' { -"model": "internvl", +"model": "qwen2_vl", "messages": [{ "role": "user", "content": [ -- Gitee