From efb1058213efc3c68a3eb371b23762c234d58fd1 Mon Sep 17 00:00:00 2001 From: 99991 <99991@users.noreply.github.com> Date: Sat, 10 May 2025 21:45:28 +0200 Subject: [PATCH] readme: Fix typo in InternVL3 model name --- docs/multimodal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/multimodal.md b/docs/multimodal.md index 82b9411e40d6b..6a5d2b342b850 100644 --- a/docs/multimodal.md +++ b/docs/multimodal.md @@ -69,9 +69,9 @@ NOTE: some models may require large context window, for example: `-c 8192` # InternVL 2.5 and 3 (tool_name) -hf ggml-org/InternVL2_5-1B-GGUF -(tool_name) -hf ggml-org/InternVL2_5-2B-GGUF +(tool_name) -hf ggml-org/InternVL2_5-4B-GGUF (tool_name) -hf ggml-org/InternVL3-1B-Instruct-GGUF (tool_name) -hf ggml-org/InternVL3-2B-Instruct-GGUF -(tool_name) -hf ggml-org/InternVL3-4B-Instruct-GGUF +(tool_name) -hf ggml-org/InternVL3-8B-Instruct-GGUF (tool_name) -hf ggml-org/InternVL3-14B-Instruct-GGUF ```