Hacker News new | ask | show | jobs
by srigi 42 days ago
You could keep multimodal projector (understanding of audio, images & PDFs) in system RAM with `--no-mmproj-offload` in llama.cpp. Of course, then it is not accelerated with GPU, but you save its VRAM.
1 comments

Interesting, I might try that, thanks!