Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,7 @@ base_model: google/gemma-2-9b-it
|
|
18 |
- quants done with an importance matrix for improved quantization loss
|
19 |
- Requantized ggufs & imatrix from hf bf16
|
20 |
- initial version was based on f32 gguf provided by google, which had various issues
|
|
|
21 |
- Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
|
22 |
- experimental custom quant types
|
23 |
- `_L` with `--output-tensor-type f16 --token-embedding-type f16` (same as bartowski's)
|
|
|
18 |
- quants done with an importance matrix for improved quantization loss
|
19 |
- Requantized ggufs & imatrix from hf bf16
|
20 |
- initial version was based on f32 gguf provided by google, which had various issues
|
21 |
+
- also updated for all recent llama.cpp fixes (final logit soft capping+sliding window+tokenizer)
|
22 |
- Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
|
23 |
- experimental custom quant types
|
24 |
- `_L` with `--output-tensor-type f16 --token-embedding-type f16` (same as bartowski's)
|