From: Nexes the Old Date: Tue, 6 Aug 2024 23:41:54 +0000 (+0200) Subject: typo correction (#8891) X-Git-Tag: upstream/0.0.4488~951 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=31958546c3e4695a8a24bb7ba3b79a8f76d05afe;p=pkg%2Fggml%2Fsources%2Fllama.cpp typo correction (#8891) --- diff --git a/include/llama.h b/include/llama.h index f23355a6..66c26629 100644 --- a/include/llama.h +++ b/include/llama.h @@ -345,7 +345,7 @@ extern "C" { int32_t nthread; // number of threads to use for quantizing, if <=0 will use std::thread::hardware_concurrency() enum llama_ftype ftype; // quantize to this llama_ftype enum ggml_type output_tensor_type; // output tensor type - enum ggml_type token_embedding_type; // itoken embeddings tensor type + enum ggml_type token_embedding_type; // token embeddings tensor type bool allow_requantize; // allow quantizing non-f32/f16 tensors bool quantize_output_tensor; // quantize output.weight bool only_copy; // only copy tensors - ftype, allow_requantize and quantize_output_tensor are ignored