From: Thomas Germer Date: Sat, 10 May 2025 20:26:46 +0000 (+0200) Subject: docs : Fix typo in InternVL3 model name (#13440) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=62d4250e52917dc4d634f054b1e2183ed7dee944;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs : Fix typo in InternVL3 model name (#13440) --- diff --git a/docs/multimodal.md b/docs/multimodal.md index 82b9411e..6a5d2b34 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 ```