Image-Text-to-Text
GGUF
llama.cpp
rocm
rocmfpx
amd
strix-halo
gfx1151
imatrix
multimodal
muse-glimmer
conversational
dflash
speculative-decoding
Instructions to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Use Docker
docker model run hf.co/vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
- LM Studio
- Jan
- vLLM
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF", "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/vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
- Ollama
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with Ollama:
ollama run hf.co/vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
- Unsloth Studio
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF to start chatting
- Pi
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with Docker Model Runner:
docker model run hf.co/vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
- Lemonade
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Run and chat with the model
lemonade run user.Muse-Glimmer-30B-ROCmFPX-GGUF-BF16
List all available models
lemonade list
- Hermes Agent
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "vmlinux/Muse-Glimmer-30B-ROCmFPX-GGUF:BF16" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Add reproducible build plan
Browse files- BUILD_PLAN.md +67 -0
BUILD_PLAN.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Muse-Glimmer-30B ROCmFPX build
|
| 2 |
+
|
| 3 |
+
## Pinned inputs
|
| 4 |
+
|
| 5 |
+
- Hugging Face model: `meta-models/Muse-Glimmer-30B`
|
| 6 |
+
- Model revision: `f84ecc3a0ea984a4c04542a84269e3d065350a6e`
|
| 7 |
+
- ROCmFPX base: `00d54526e24e3aba4c76474e3147cbf9c7cc034c`
|
| 8 |
+
- Upstream Muse support: `62bf73d25c53b8161f8a22894d4f90c4aebbd7d0`
|
| 9 |
+
- Upstream converter worktree: `d2f83055dca6dd009d8a52bdff792fbb286f4444`
|
| 10 |
+
- Converter environment: Python venv with `transformers==5.15.0`
|
| 11 |
+
- Target GPU: AMD Strix Halo, `gfx1151`
|
| 12 |
+
|
| 13 |
+
The toolchain directory is an uncommitted worktree based on ROCmFPX with the
|
| 14 |
+
upstream Muse support adapted to the older ROCmFPX APIs. It does not alter the
|
| 15 |
+
canonical `/home/vmlinux/models/llama.cpp` checkout or build.
|
| 16 |
+
|
| 17 |
+
## Deliverables
|
| 18 |
+
|
| 19 |
+
| Artifact label | Quantizer preset | Intent |
|
| 20 |
+
| --- | --- | --- |
|
| 21 |
+
| ROCmFP4 | `Q4_0_ROCMFP4_STRIX` | Strix Halo speed/quality recipe; dual-scale FP4 attention K/V and Q6_K token embeddings |
|
| 22 |
+
| ROCmFP8 | `Q8_0_ROCMFPX` | High-fidelity 8.25-bpw reference layout |
|
| 23 |
+
| ROCmFP4-Q6-QUALITY | `Q4_0_ROCMFP4_COHERENT` | Dual-scale FP4 body with Q6_K token embeddings for the coherence-biased quality build |
|
| 24 |
+
|
| 25 |
+
The two FP4 builds use a 500-chunk importance matrix generated from the local
|
| 26 |
+
`narrative-general-imatrix-sample.txt` corpus. This supplies varied prose,
|
| 27 |
+
reasoning, and general-language activations; the coherence preset itself
|
| 28 |
+
provides the agent/tool-oriented tensor routing. The FP8 reference does not
|
| 29 |
+
need an importance matrix because its preset does not consume importance
|
| 30 |
+
weights.
|
| 31 |
+
|
| 32 |
+
## Paths
|
| 33 |
+
|
| 34 |
+
- Source snapshot: `source/Muse-Glimmer-30B/`
|
| 35 |
+
- BF16 text model and projector: `intermediate/`
|
| 36 |
+
- Importance matrix: `calibration/`
|
| 37 |
+
- Final models: `artifacts/`
|
| 38 |
+
- Logs and checksums: `logs/` and `manifests/`
|
| 39 |
+
|
| 40 |
+
## Conversion and quantization outline
|
| 41 |
+
|
| 42 |
+
```bash
|
| 43 |
+
.venv/bin/python converter-upstream/convert_hf_to_gguf.py source/Muse-Glimmer-30B \
|
| 44 |
+
--outtype bf16 --outfile intermediate/Muse-Glimmer-30B-BF16.gguf
|
| 45 |
+
|
| 46 |
+
.venv/bin/python converter-upstream/convert_hf_to_gguf.py source/Muse-Glimmer-30B \
|
| 47 |
+
--mmproj --outtype bf16 \
|
| 48 |
+
--outfile intermediate/mmproj-Muse-Glimmer-30B-BF16.gguf
|
| 49 |
+
|
| 50 |
+
toolchain/build-muse-rocmfpx/bin/llama-quantize \
|
| 51 |
+
--imatrix calibration/Muse-Glimmer-30B-narrative-general.imatrix \
|
| 52 |
+
intermediate/Muse-Glimmer-30B-BF16.gguf \
|
| 53 |
+
artifacts/Muse-Glimmer-30B-ROCmFP4.gguf Q4_0_ROCMFP4_STRIX
|
| 54 |
+
|
| 55 |
+
toolchain/build-muse-rocmfpx/bin/llama-quantize \
|
| 56 |
+
intermediate/Muse-Glimmer-30B-BF16.gguf \
|
| 57 |
+
artifacts/Muse-Glimmer-30B-ROCmFP8.gguf Q8_0_ROCMFPX
|
| 58 |
+
|
| 59 |
+
toolchain/build-muse-rocmfpx/bin/llama-quantize \
|
| 60 |
+
--imatrix calibration/Muse-Glimmer-30B-narrative-general.imatrix \
|
| 61 |
+
intermediate/Muse-Glimmer-30B-BF16.gguf \
|
| 62 |
+
artifacts/Muse-Glimmer-30B-ROCmFP4-Q6-QUALITY.gguf \
|
| 63 |
+
Q4_0_ROCMFP4_COHERENT
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
Exact tensor inventories, sizes, checksums, and smoke-test results are in
|
| 67 |
+
`BUILD_RESULTS.md` and `manifests/SHA256SUMS`.
|