]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : fix typos in CUDA-FEDORA.md and grammars/README.md (#24459)
authorMohammad Athar <redacted>
Sun, 14 Jun 2026 17:33:38 +0000 (23:03 +0530)
committerGitHub <redacted>
Sun, 14 Jun 2026 17:33:38 +0000 (01:33 +0800)
docs/backend/CUDA-FEDORA.md
grammars/README.md

index 1508faf776d28ded89f5d03933e34c5a1899c4bd..f76a61dfcea3586e017b5f5805bf2712a34273a2 100644 (file)
@@ -270,7 +270,7 @@ You have successfully set up CUDA on Fedora within a toolbox environment using t
 
 ---
 
-**Disclaimer:** Manually installing and modifying system packages can lead to instability of the container. The above steps are provided as a guideline and may need adjustments based on your specific system configuration. Always back up important data before making significant system changes, especially as your home folder is writable and shared with he toolbox.
+**Disclaimer:** Manually installing and modifying system packages can lead to instability of the container. The above steps are provided as a guideline and may need adjustments based on your specific system configuration. Always back up important data before making significant system changes, especially as your home folder is writable and shared with the toolbox.
 
 **Acknowledgments:** Special thanks to the Fedora community and NVIDIA documentation for providing resources that assisted in creating this guide.
 
index 99c6bd912a7715d3496d0ee52f3d2a5b0d0d281b..9478b3e1b5aa8f8c621947083cc1edf8fdabe6af 100644 (file)
@@ -233,7 +233,7 @@ And a non-exhaustive list of other unsupported features that are unlikely to be
 > [!WARNING]
 > The JSON schemas spec states `object`s accept [additional properties](https://json-schema.org/understanding-json-schema/reference/object#additionalproperties) by default.
 > Since this is slow and seems prone to hallucinations, we default to no additional properties.
-> You can set `"additionalProperties": true` in the the schema of any object to explicitly allow additional properties.
+> You can set `"additionalProperties": true` in the schema of any object to explicitly allow additional properties.
 
 If you're using [Pydantic](https://pydantic.dev/) to generate schemas, you can enable additional properties with the `extra` config on each model class: