fix spaces
This commit is contained in:
parent
dbe6483e7e
commit
054e73e021
1 changed files with 1 additions and 1 deletions
2
llama.h
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue