turboquant for 2 bit model https://github.com/jarkevithwlad/turboquant-prismml-cuda

#17
by jarkevithwlad - opened

I forked/built llama.cpp for this model using turboquantum for context. According to my tests, 11GB of VRAM is enough for a 256k context.
https://github.com/jarkevithwlad/turboquant-prismml-cuda
If you use the Bonsai-27B-Q1_0.gguf model, 8GB of VRAM is enough for 256K context.

./llama-server.exe -c 256000 -m "D:\models\Bonsai-27B-Q1_0.gguf" --port 8080 --no-context-shift --no-mmap -ctk tbqp3 -ctv tbq3

on rtx 3090 speed 50 t/sec (without dspark)

Sign up or log in to comment