From: quyentonndbs Date: Wed, 27 May 2026 07:34:06 +0000 (+0800) Subject: docs : fix duplicated "the" in granitevision and model-conversion docs (#23767) X-Git-Tag: upstream/0.0.10438~1083 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1d971bba36d535c40477e7bd0e001d600f48d8b2;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs : fix duplicated "the" in granitevision and model-conversion docs (#23767) Co-authored-by: Kai Tanaka --- diff --git a/docs/multimodal/granitevision.md b/docs/multimodal/granitevision.md index 3118fe0cd..7a63484ff 100644 --- a/docs/multimodal/granitevision.md +++ b/docs/multimodal/granitevision.md @@ -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 \ diff --git a/examples/model-conversion/README.md b/examples/model-conversion/README.md index c43e642fe..344f0ac94 100644 --- a/examples/model-conversion/README.md +++ b/examples/model-conversion/README.md @@ -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.