meta-models/Muse-Glimmer-30B-GGUF

completed
Request throughput
0.08 req/s
Output throughput
82.2 tok/s
p95 TTFT
67.1 ms
p95 TPOT
12.13 ms

Manifest warnings

Review these published caveats before interpreting or comparing the metrics.

  • Review imported facts against the local model, hardware, launch command, and benchmark command before publication.

Server launch command

CUDA_VISIBLE_DEVICES=2 <local-path> serve \
  --model meta-models/Muse-Glimmer-30B-GGUF \
  --alias meta-models/Muse-Glimmer-30B-GGUF \
  --host 127.0.0.1 \
  --port 9002 \
  --ctx-size 147456 \
  --parallel 16 \
  --batch-size 16384 \
  --ubatch-size 512 \
  --n-gpu-layers all \
  --flash-attn on \
  --jinja \
  --metrics \
  --no-webui \
  --no-cache-prompt \
  --cache-ram 0 \
  --no-cache-idle-slots \
  --ctx-checkpoints 0

Run details

Workload
256 → 1024
Methodology
closed loop · streaming
Test load
1 concurrent requests
Endpoint
openai-compatible-completions
Requests
4 unmeasured warmups per invocation after one readiness request.
Dataset
sha256=f60e32b508001f401d8ec671c7740634fd6b0748d6a35bae98aa87c266d47b86 generator=runpile-sweeps-tokenizer-verified-jsonl synthetic=true generator_revision=a3d215d3624741ac0031b7b6ec24bc4600b7dadd2dcdf9ba58f18e56ea0e3b64 shared_prefix_tokens=0
Sampling
mode=sampling top_k=64 top_p=0.95 temperature=1
Stopping
ignore_eos=true max_output_tokens=1024
Prefix and cache
cache_state=warm-host cache_enabled=false shared_prefix_tokens=0
Client
name=vllm bench serve backend=vllm version=0.28.0 placement=same-host
Hardware
1× NVIDIA GeForce RTX 5090
Runtime
llama.cpp b10689
Runtime configuration
ubatch_size=512 context_size=147456 max_num_seqs=16 flash_attention=on weight_artifact=Muse-Glimmer-30B-KQuant-17GB-Q4_K_M.gguf max_model_len_per_slot=9216 max_num_batched_tokens=16384
Measurement
vllm bench serve 0.28.0
Timing
client-observed streaming request latency · client overhead included
Repetitions
1
Failure handling
Failed requests counted; no client retries.
Quantization
format=KQuant 17GB Q4_K_M publisher=Meta reported_average_degradation=approximately 1.0 percent
Model revision
70bf1b61ac09f91b24d39038091b41c582bc5d7a
Evidence
Raw benchmark evidence attached · eligible and ranked
Published
by anonymous-EVjB2S

Benchmark command

vllm bench serve \
  --backend vllm \
  --base-url http://127.0.0.1:9002 \
  --endpoint /v1/completions \
  --model meta-models/Muse-Glimmer-30B-GGUF \
  --tokenizer meta-models/Muse-Glimmer-30B \
  --dataset-name custom \
  --dataset-path <EXACT_SYNTHETIC_DATASET> \
  --custom-output-len 1024 \
  --skip-chat-template \
  --disable-shuffle \
  --num-prompts 64 \
  --max-concurrency 1 \
  --request-rate inf \
  --seed 0 \
  --ignore-eos \
  --temperature 1.0 \
  --top-p 0.95 \
  --top-k 64 \
  --percentile-metrics ttft,tpot,itl,e2el \
  --metric-percentiles 50,90,95,99 \
  --disable-tqdm \
  --save-result \
  --result-dir <local-path> \
  --result-filename glimmer30b-q4km-target-gpu2__baseline__serve-fixed-256-1k-v1__c1__r2__attempt1.json \
  --num-warmups 4 \
  --metadata campaign=runpile-rtx5090-glimmer-gguf-dflash15-20260831-v3 config_id=glimmer30b-q4km-target-gpu2 server_variant=baseline workload_key=serve-fixed-256-1k-v1 repetition=2 aggregate_only=true