]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chore : correct typos [no ci] (#20041)
authorMarcel Petrick <redacted>
Thu, 5 Mar 2026 07:50:21 +0000 (08:50 +0100)
committerGitHub <redacted>
Thu, 5 Mar 2026 07:50:21 +0000 (08:50 +0100)
commit92f7da00b49ad814b95832dd6610a825bbdd3033
tree50c55acfdf117e309c1875e72aced1a2fb30618f
parent7a99dc85e2d26a9b9c540cad887322eae8924f03
chore : correct typos [no ci] (#20041)

* fix(docs): correct typos found during code review

Non-functional changes only:
- Fixed minor spelling mistakes in comments
- Corrected typos in user-facing strings
- No variables, logic, or functional code was modified.

Signed-off-by: Marcel Petrick <redacted>
* Update docs/backend/CANN.md

Co-authored-by: Aaron Teo <redacted>
* Revert "Auxiliary commit to revert individual files from 846d1c301281178efbc6ce6060ad34c1ebe45af8"

This reverts commit 02fcf0c7db661d5ff3eff96b2b2db9fdb7213256.

* Update tests/test-backend-ops.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update tests/test-backend-ops.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
---------

Signed-off-by: Marcel Petrick <redacted>
Co-authored-by: Aaron Teo <redacted>
Co-authored-by: Sigbjørn Skjæret <redacted>
81 files changed:
CONTRIBUTING.md
common/arg.cpp
common/common.h
common/debug.h
common/jinja/README.md
convert_hf_to_gguf.py
docs/backend/CANN.md
docs/backend/SYCL.md
docs/backend/snapdragon/README.md
docs/backend/snapdragon/windows.md
docs/build.md
docs/multimodal/MobileVLM.md
examples/debug/README.md
examples/diffusion/README.md
examples/llama.vim
examples/model-conversion/README.md
examples/sycl/README.md
ggml/include/ggml-backend.h
ggml/include/ggml-opt.h
ggml/include/ggml.h
ggml/src/ggml-cpu/amx/mmq.cpp
ggml/src/ggml-cpu/arch/arm/quants.c
ggml/src/ggml-cpu/arch/arm/repack.cpp
ggml/src/ggml-cpu/arch/x86/repack.cpp
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/llamafile/sgemm.cpp
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/repack.cpp
ggml/src/ggml-cuda/fattn-mma-f16.cuh
ggml/src/ggml-cuda/fattn-vec.cuh
ggml/src/ggml-cuda/fattn-wmma-f16.cuh
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/quantize.cu
ggml/src/ggml-cuda/softmax.cu
ggml/src/ggml-cuda/solve_tri.cu
ggml/src/ggml-hexagon/ggml-hexagon.cpp
ggml/src/ggml-hexagon/htp-drv.cpp
ggml/src/ggml-hexagon/htp/hvx-inverse.h
ggml/src/ggml-hexagon/htp/rope-ops.c
ggml/src/ggml-hexagon/htp/worker-pool.c
ggml/src/ggml-metal/ggml-metal-device.m
ggml/src/ggml-metal/ggml-metal-ops.cpp
ggml/src/ggml-metal/ggml-metal.cpp
ggml/src/ggml-metal/ggml-metal.metal
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/quants.hpp
ggml/src/ggml-sycl/softmax.cpp
ggml/src/ggml-vulkan/CMakeLists.txt
gguf-py/gguf/metadata.py
gguf-py/tests/test_metadata.py
include/llama.h
scripts/pr2wt.sh
scripts/server-bench.py
src/llama-context.cpp
src/llama-graph.cpp
src/llama-kv-cache.cpp
src/llama-model.cpp
src/llama-vocab.cpp
src/models/deepseek2.cpp
src/models/models.h
src/unicode.cpp
tests/test-alloc.cpp
tests/test-backend-ops.cpp
tests/test-chat.cpp
tools/completion/README.md
tools/cvector-generator/cvector-generator.cpp
tools/imatrix/README.md
tools/mtmd/clip-impl.h
tools/mtmd/clip-model.h
tools/mtmd/clip.cpp
tools/mtmd/legacy-models/minicpmv-convert-image-encoder-to-gguf.py
tools/mtmd/mtmd-audio.cpp
tools/perplexity/README.md
tools/quantize/README.md
tools/server/public_legacy/index-new.html
tools/server/public_simplechat/datautils.mjs
tools/server/public_simplechat/readme.md
tools/server/public_simplechat/simplechat.js
tools/server/public_simplechat/ui.mjs
tools/server/tests/README.md