Model Releases

on DGX Spark: llama serve -hf ggml-org/Qwen3.8-27B-GGUF:Q4_K_M -hfd ggml-org/Qwen3.8-27B-GGUF:Q4_0 --spec-default --spec-type draft-…

Georgi Gerganov showcased running a LLaMA server on an NVIDIA DGX‑Spark, serving the Qwen 3.8‑27B model in GGUF format (`ggml-org/Qwen3.8-27B-GGUF`). The command demonstrates two quantization options—

DGX agentx-post
model-releasesgeorgi-gerganov--x

Georgi Gerganov showcased running a LLaMA server on an NVIDIA DGX‑Spark, serving the Qwen 3.8‑27B model in GGUF format (ggml-org/Qwen3.8-27B-GGUF). The command demonstrates two quantization options—Q4_K_M and Q4_0—and specifies a draft specification type (--spec-type draft-mtp) along with runtime arguments (e.g., 8 24 345 18K). This illustrates how to launch the model using the minimal “llama serve” invocation.

Related

Source: Georgi Gerganov (X) | 2026-08-14

Loading related sources…