Image-Text-to-Text
GGUF
conversational

What llama.cpp release version supports these GGUFs?

#2
by mpieck - opened

I have downloaded latest b10344 from main and I got:

llama_model_load: error loading model: unknown model architecture: 'muse-glimmer'

Now I know: the commit is merged, but not realeased yet, have to compile llama.cpp so far.

gguf on the day of release, meta is really spoiling us.
I respect it.

How do we run this? Compiled the latest llama.cpp with the PR for support merged in. Can someone provide a simple llama server startup command for this model - with dflash and mmproj support?

llama-server -m muse-glimmer-30b/muse-glimmer-30B-kquant-17gb.gguf -mm muse-glimmer-30b/mmproj-kquant.gguf -md muse-glimmer-30b/dflash-kquant.gguf --spec-type draft-dflash --spec-draft-n-max 16 --spec-draft-n-min 4 --reasoning-preserve --temp 1.0 --top-k 64 --top-p 0.95 --host zurn.area0.lan --metrics -ngl all

now working well for me after I built the latest release of llama.cpp as of about 5 hours ago
$> llama-server --version
version: 10358 (030ebb558)
built with GNU 15.2.0 for Linux x86_64

24G 7900 XTX ROCm

Sign up or log in to comment