Skip to content

Commit 3195854

Browse files
authored
typo correction (#8891)
1 parent 1e6f655 commit 3195854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ extern "C" {
345345
int32_t nthread; // number of threads to use for quantizing, if <=0 will use std::thread::hardware_concurrency()
346346
enum llama_ftype ftype; // quantize to this llama_ftype
347347
enum ggml_type output_tensor_type; // output tensor type
348-
enum ggml_type token_embedding_type; // itoken embeddings tensor type
348+
enum ggml_type token_embedding_type; // token embeddings tensor type
349349
bool allow_requantize; // allow quantizing non-f32/f16 tensors
350350
bool quantize_output_tensor; // quantize output.weight
351351
bool only_copy; // only copy tensors - ftype, allow_requantize and quantize_output_tensor are ignored

0 commit comments

Comments
 (0)