Could you please provide a visual model for version Q8?

#5
by Hector111 - opened

mmproj-step3.7-flash-f16.gguf is bf16 version. It is too big for me(I do not have too much vram). Could you please provide a visual model for version Q8?

StepFun org

Unfortunately, llama-quantize can't be applied to the mmproj model.
If you're short on VRAM, I'd suggest using a smaller LLM quantization instead. Most of the memory usage comes from the language model rather than the mmproj file.

Also, if you use llamacpp you can use --no-mmproj-offload to keep it on ram.

Sign up or log in to comment