Refactor variable name

This commit is contained in:
Ed Addario 2025-08-19 09:54:29 +01:00
parent 79c1160b07
commit ba7335efb3
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 1 additions and 0 deletions

View File

@ -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