]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : fix duplicated "the" in granitevision and model-conversion docs (#23767)
authorquyentonndbs <redacted>
Wed, 27 May 2026 07:34:06 +0000 (15:34 +0800)
committerGitHub <redacted>
Wed, 27 May 2026 07:34:06 +0000 (09:34 +0200)
Co-authored-by: Kai Tanaka <redacted>
docs/multimodal/granitevision.md
examples/model-conversion/README.md

index 3118fe0cdc1138602433b0c4575205c8e9eba18c..7a63484ffe14ffffbae81862f80d3a51db4fb094 100644 (file)
@@ -176,7 +176,7 @@ Note that currently you cannot quantize the visual encoder because granite visio
 
 
 ### 5. Running the Model in Llama cpp
-Build llama cpp normally; you should have a target binary named `llama-mtmd-cli`, which you can pass two binaries to. As an example, we pass the the llama.cpp banner.
+Build llama cpp normally; you should have a target binary named `llama-mtmd-cli`, which you can pass two binaries to. As an example, we pass the llama.cpp banner.
 
 ```bash
 $ ./build/bin/llama-mtmd-cli -m $LLM_GGUF_PATH \
index c43e642fee7bd2ab6ae0476f245bd4536bc56863..344f0ac94a93593811c2e43ff82ec60d50553f1d 100644 (file)
@@ -335,7 +335,7 @@ $ make perplexity-run-full QUANTIZED_MODEL=~/path/to/quantized/model-Qxx.gguf LO
 
 ## HuggingFace utilities
 The following targets are useful for creating collections and model repositories
-on Hugging Face in the the ggml-org. These can be used when preparing a release
+on Hugging Face in the ggml-org. These can be used when preparing a release
 to script the process for new model releases.
 
 For the following targets a `HF_TOKEN` environment variable is required.