]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama-model: fix unfortunate typo (#18832)
authorAman Gupta <redacted>
Wed, 14 Jan 2026 09:55:15 +0000 (17:55 +0800)
committerGitHub <redacted>
Wed, 14 Jan 2026 09:55:15 +0000 (17:55 +0800)
src/llama-model.cpp

index 2d0c589bf57089fee9cf60afe317b0644d5aeb66..75f9691807c5ccba4e352db61fef02aac1d125d8 100644 (file)
@@ -446,7 +446,7 @@ struct llama_model::impl {
     llama_mlocks mlock_bufs;
     llama_mlocks mlock_mmaps;
 
-    // contexts where the model tensors metadata is stored as well ass the corresponding buffers:
+    // contexts where the model tensors metadata is stored as well as the corresponding buffers:
     std::vector<std::pair<ggml_context_ptr, std::vector<ggml_backend_buffer_ptr>>> ctxs_bufs;
 
     buft_list_t cpu_buft_list;