]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : Fix typo in InternVL3 model name (#13440)
authorThomas Germer <redacted>
Sat, 10 May 2025 20:26:46 +0000 (22:26 +0200)
committerGitHub <redacted>
Sat, 10 May 2025 20:26:46 +0000 (22:26 +0200)
docs/multimodal.md

index 82b9411e40d6b9604b8668f4f4d3a837dbd85fff..6a5d2b342b850f17e6f89769a8418ea57e38c214 100644 (file)
@@ -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
 ```