clean code
This commit is contained in:
parent
dbee0a86c1
commit
1c5a8b7fec
7 changed files with 64 additions and 216 deletions
2
llama.h
2
llama.h
|
@ -156,7 +156,7 @@ extern "C" {
|
|||
LLAMA_FTYPE_MOSTLY_IQ4_XS = 30, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ1_M = 31, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_BF16 = 32, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_I2 = 33,
|
||||
LLAMA_FTYPE_MOSTLY_I2_S = 33,
|
||||
|
||||
LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue