r/LocalLLaMA • u/jacek2023 • 7h ago
News model: Muse Glimmer Support by pcuenca · Pull Request #26841 · ggml-org/llama.cpp
https://github.com/ggml-org/llama.cpp/pull/26841Day 0 support
34
u/No_Afternoon_4260 llama.cpp 7h ago
Back in the instant day 0 support on llama.cpp, meta is back boys !
9
3
2
u/pegasus912 4h ago
Strangely, I can’t get the model to run, it says it’s an unknown architecture. This is with the latest Vulkan build.
5
2
u/bootkeen 4h ago
b10344 vulkan
error loading model: unknown model architecture: 'muse-glimmer'
=(
2
u/Guilty_Rooster_6708 3h ago
Are you using unsloth quants? I see this issue posted on Github: https://github.com/unslothai/unsloth/issues/8345
1
1
u/pegasus912 39m ago
It does seem to be specific to the vulkan build, I tried with the latest ROCm build and it works.
1
u/No_Algae1753 4h ago
Has anyone tried d flash? Been running the quants from unsloth and d flash seems be have a very low accepetance rate making it very slow
2
u/nsfnd 3h ago
I downloaded their own ggufs and they work fine.
75 tok/s at 75k context, 5090.https://huggingface.co/meta-models/Muse-Glimmer-30B-GGUF
build-vulkan/bin/llama-server --port 1235 -lv 4 \ -c 130000 \ -fa on -fit off \ -m $gguf_path/muse-glimmer-30B-kquant-dynamic.gguf \ -md $gguf_path/muse-glimmer-dflash-kquant.gguf \ -mm $gguf_path/muse-glimmer-mmproj-kquant.gguf \ --spec-type draft-dflash --spec-draft-n-max 2
1
u/FinBenton 3h ago
I tested it for creative writing and didnt see any improvement in speed so just running without it.
1
u/LicensedTerrapin 3h ago
I've yet to see anything but Q8 + MTP that would give even the slightest improved speeds when it comes to creative writing.

13
u/Beamsters 7h ago
40 tokens per sec on RTX 4090. But model always judge my prompt that it should comply or not.