Refactor variable name
This commit is contained in:
parent
79c1160b07
commit
ba7335efb3
|
|
@ -354,6 +354,7 @@ extern "C" {
|
|||
bool pure; // quantize all tensors to the default type
|
||||
bool keep_split; // quantize to the same number of shards
|
||||
void * imatrix; // pointer to importance matrix data
|
||||
void * activations; // pointer to activations data
|
||||
void * kv_overrides; // pointer to vector containing overrides
|
||||
void * tensor_types; // pointer to vector containing tensor types
|
||||
void * prune_layers; // pointer to vector containing layer indices to prune
|
||||
|
|
|
|||
Loading…
Reference in New Issue