Views
No views yet

[!TIP] Quant-specific Tips:
- If you are getting a
cudaMalloc failed: out of memoryerror, try passing an argument for lower context in llama.cpp, e.g. for 8k:-c 8192- If you have all ampere generation or newer cards, you can use flash attention like so:
-fa- Provided Flash Attention is enabled you can also use quantized cache to save on VRAM e.g. for 8-bit:
-ctk q8_0 -ctv q8_0- Mistral recommends a temperature of 0.3 for this model