Views
No views yet
art by myself using AI

[!TIP] GGUF
Quantized using lastest llama.cpp as per writing.
Quantized using imatrix calculated from FP16 while using BF16 to create the quants to preserve accuracy.
| Quant | PPL | VRAM |
|---|---|---|
| FP16 | 3.7393 +/- 0.14377 | 22GB+ |
| Q8_0 | 3.7393 +/- 0.14381 | 14.8GB |
| Q6_K | 3.7283 +/- 0.14309 | 11.7GB |
| Q5_K_M | 3.7490 +/- 0.14440 | 10.4GB |
| Q4_K_M | 3.7263 +/- 0.14158 | 9.1GB |
| Q4_K_S | 3.7276 +/- 0.14139 | 8.5GB |
| Q3_K_M | 3.8198 +/- 0.14552 | 7.5GB |
[!NOTE] Perplexity test using llama.cpp/perplexity.
VRAM at full 8K context using Nvidia L4 GPU.
VRAM test using llama.cpp/server.
Temperature : 1.15
MinP : 0.075
TopK : 50
Other is disabled.