From 054e73e02155fd2d5df24c950674f04d18084ede Mon Sep 17 00:00:00 2001 From: Julia Bruckner Date: Tue, 23 Apr 2024 13:39:16 +0200 Subject: [PATCH] fix spaces --- llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.h b/llama.h index ea40345b3..aaba8e576 100644 --- a/llama.h +++ b/llama.h @@ -294,7 +294,7 @@ extern "C" { enum ggml_type token_embedding_type; // itoken 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,override_ftype, allow_requantize and quantize_output_tensor are ignored + bool only_copy; // only copy tensors - ftype, override_ftype, allow_requantize and quantize_output_tensor are ignored bool pure; // quantize all tensors to the default type void * imatrix; // pointer to importance matrix data void * kv_overrides; // pointer to vector containing overrides