From: Aman Gupta Date: Wed, 14 Jan 2026 09:55:15 +0000 (+0800) Subject: llama-model: fix unfortunate typo (#18832) X-Git-Tag: upstream/0.0.8067~333 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=47f9612492eafe665b6781aefc1afa3c85bae458;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama-model: fix unfortunate typo (#18832) --- diff --git a/src/llama-model.cpp b/src/llama-model.cpp index 2d0c589bf..75f969180 100644 --- a/src/llama-model.cpp +++ b/src/llama-model.cpp @@ -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>> ctxs_bufs; buft_list_t cpu_buft_list;