Instructions to use meta-models/Muse-Glimmer-30B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use meta-models/Muse-Glimmer-30B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="meta-models/Muse-Glimmer-30B") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("meta-models/Muse-Glimmer-30B") model = AutoModelForMultimodalLM.from_pretrained("meta-models/Muse-Glimmer-30B", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use meta-models/Muse-Glimmer-30B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "meta-models/Muse-Glimmer-30B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "meta-models/Muse-Glimmer-30B", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/meta-models/Muse-Glimmer-30B
- SGLang
How to use meta-models/Muse-Glimmer-30B with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "meta-models/Muse-Glimmer-30B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "meta-models/Muse-Glimmer-30B", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "meta-models/Muse-Glimmer-30B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "meta-models/Muse-Glimmer-30B", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use meta-models/Muse-Glimmer-30B with Docker Model Runner:
docker model run hf.co/meta-models/Muse-Glimmer-30B
So far this model is overly cencored? Reminding me a bit about OpenAI's model. So far... Giving it an F tier.
3
#47 opened about 5 hours ago
by
UniversalLove333
Once a king, now a gladiator
π₯ 2
4
#46 opened about 5 hours ago
by
texiwa9160
Swift has supported the training of Muse-Glimmer-30B
#44 opened about 13 hours ago
by
tastelikefeet
Even Big Lebowski doesnβt know where the money went: Metaβs "Superintelligence" is a sub-$5 basement-tier Frankenstein
π₯ 7
6
#43 opened about 17 hours ago
by
Adikkkk
How to get Muse-Glimmer working on a Mac / MacBook Pro in LM Studio and the M5 Metal Tensor issue
#42 opened about 17 hours ago
by
Portll-LLM
Thank you!!Wish for 30B MoE version!!
#41 opened about 17 hours ago
by
fisherman-101112
vLLM DFlash spec decode: 6 fixes needed to get the muse-glimmer image working (with working Dockerfile)
1
#40 opened about 17 hours ago
by
j4ys0n
Bug Report: Chat Template Expects All Tools Named
#39 opened about 17 hours ago
by
bwestphal-nvidia
A pelican test
ππ₯ 7
2
#38 opened about 18 hours ago
by
tooltd
Dense and Moe models please!
1
#37 opened about 20 hours ago
by
Duonglv
Works well, comparable to Qwen 3.6 27B and then some
π 1
3
#36 opened about 21 hours ago
by
Omnomynous
wanted to believe! #5090
2
#34 opened about 23 hours ago
by
darkmatter2222
Installation Video and Testing - Step by Step
#33 opened about 24 hours ago
by
fahdmirzac
F* U LIZARDBERG
10
#32 opened about 24 hours ago
by
icedmatchalatt3
NVFP4, DFlash working on vLLM!
1
#30 opened 1 day ago
by
cloudnathan5
THANKS FOR BLOCKING MY COUNTRY FROM DOWNLOADING THESE MODELS
6
#29 opened 1 day ago
by
Archiving
Great results so far
π 1
1
#28 opened 1 day ago
by
pgib2003
Request for HF Team / Community. ZeroGPU Space for testing the model.
3
#27 opened 1 day ago
by
NodeLinker
Tokenizer is too hungry
#26 opened 1 day ago
by
Tapka
Absolute beast at tool calling! Huge thanks to Zuck
#25 opened 1 day ago
by
Tugay31
Can you make a 70 b dense model please :)
π₯ 4
#24 opened 1 day ago
by
Manni1000
Can Meta train Muse Spark-Lite 8.4B?
π 3
1
#23 opened 1 day ago
by
RexTRO111
What does plus mean in "Context length 131,072+"?
β 2
4
#22 opened 1 day ago
by
artden111
5090 dflash results - can you share details?
4
#21 opened 1 day ago
by
csabakecskemeti
Congrats and policy adherence concerns.
π 3
5
#20 opened 1 day ago
by
CyborgPaloma
app for this model
1
#19 opened 1 day ago
by
akhaliq
Is this model good for creative writting?
π 1
3
#18 opened 1 day ago
by
UniversalLove333
Greatttt, thank Meta. Please quantize NVFP4.
π 3
#17 opened 1 day ago
by
Duonglv
WE REALLY NEED 9B-12B OR 35B A3B MOEπ₯π₯π₯
β€οΈ 1
2
#15 opened 1 day ago
by
AsThirtyThree
K-Quant-17GB
1
#14 opened 1 day ago
by
BuiDoan
Anyone tried? How do you think?
3
#13 opened 1 day ago
by
evilperson068
Any plans for MoE?
ππ 8
#12 opened 1 day ago
by
anvme
Can we get an Optiq 4-bit and 6-bit of meta-models/Muse-Glimmer-30B
#11 opened 1 day ago
by
ahmedihamdy
Wow
ππ€ 5
#10 opened 1 day ago
by
Banaxi-Tech
Congrats!
π€π 5
#9 opened 1 day ago
by
appvoid
Any plans for 70B-300B models?
π€π 3
6
#7 opened 1 day ago
by
AndreasBis
Add community evaluation results
#6 opened 1 day ago
by
SaylorTwift
Request for FP8
5
#5 opened 1 day ago
by
spanspek
Is there any plan for the 9B to 12B range?
π 2
2
#4 opened 1 day ago
by
bunnycore
Wow
π 4
4
#3 opened 1 day ago
by
singulariti