{"id":1977,"date":"2026-08-26T10:23:50","date_gmt":"2026-08-26T10:23:50","guid":{"rendered":"https:\/\/blog.openzeka.com\/en\/?p=1977"},"modified":"2026-08-26T10:23:50","modified_gmt":"2026-08-26T10:23:50","slug":"qwen3-8-27b-on-dgx-spark-48-tok-s","status":"publish","type":"post","link":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/","title":{"rendered":"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-1\"><p>Qwen3.8-27B is a 27-billion-parameter language model released by Alibaba in August 2026. With a score of 52 on the Artificial Analysis Intelligence Index, it ranks first in its class among open-weight models under 40B parameters.<\/p>\n<p>In this tutorial, you will run Qwen3.8-27B-NVFP4 on a single DGX Spark using the SGLang inference engine and the DFlash2 draft model for speculative decoding, reaching a generation speed of 48 tokens per second. SGLang loads the model&#8217;s trained weights into GPU memory and exposes an API that accepts external requests. sparkrun manages the Docker container and automates distribution of the model files.<\/p>\n<p>The Spark can be used directly as a computer by connecting a monitor and keyboard, or it can operate as a server accessed remotely from another computer. In this tutorial, we will connect to the Spark remotely, set up the required software, and launch the model.<\/p>\n<p>This tutorial is divided into four sections:<\/p>\n<ul>\n<li><strong>Setup:<\/strong> Pulling the Docker image and preparing the recipe<\/li>\n<li><strong>Running:<\/strong> Starting, monitoring, and testing the model with sparkrun<\/li>\n<li><strong>Benchmark:<\/strong> Performance measurements at different concurrency levels<\/li>\n<li><strong>Shutdown:<\/strong> Stopping the services<\/li>\n<\/ul>\n<h2>Setup<\/h2>\n<h3>1. Connecting to the Spark<\/h3>\n<p>If this is your first time connecting to the Spark remotely, you first need to find its IP address. Connect a monitor and keyboard to the Spark, log in, and run the following command in a terminal:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-1 > .CodeMirror, .fusion-syntax-highlighter-1 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-1 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_1\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_1\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_1\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">ip route get 1.1.1.1 | grep -oP 'src \\K\\S+'<\/textarea><\/div><div class=\"fusion-text fusion-text-2\"><p>&nbsp;<\/p>\n<p>The command returns the IP address of the Spark&#8217;s default network interface:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-2 > .CodeMirror, .fusion-syntax-highlighter-2 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-2 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_2\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_2\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_2\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">192.168.1.148<\/textarea><\/div><div class=\"fusion-text fusion-text-3\"><p>&nbsp;<\/p>\n<p>Make a note of this address; throughout the tutorial, you will use it in place of <code><\/code>. Alternatively, you can find the IP address through the NVIDIA Sync application.<\/p>\n<p>Make sure your computer is connected to the same network as the Spark. Then open a terminal on your computer and connect to the Spark over SSH:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-3 > .CodeMirror, .fusion-syntax-highlighter-3 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-3 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_3\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_3\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_3\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">ssh nvidia@<spark-ip><\/textarea><\/div><div class=\"fusion-text fusion-text-4\"><p>&nbsp;<\/p>\n<p><strong><a style=\"color: #00bc5e;\" href=\"https:\/\/blog.openzeka.com\/en\/local-gpt-oss-120b-serving-on-dgx-spark-with-sparkrun\/\">Previous tutorials<\/a> <\/strong>covered the sparkrun installation process step by step. This tutorial assumes that sparkrun is already installed.<\/p>\n<h3>2. Pulling the Docker Image<\/h3>\n<p>Qwen3.8-27B&#8217;s hybrid architecture and DFlash2 speculative decoding feature requires a specialized SGLang image. This image is built from the SGLang mainline codebase and includes the required DFlash2 kernel patches.<\/p>\n<p>Run the following command to pull the Docker image prepared by OpenZeka:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-4 > .CodeMirror, .fusion-syntax-highlighter-4 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-4 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_4\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_4\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_4\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">docker pull registry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2:latest<\/textarea><\/div><div class=\"fusion-text fusion-text-5\"><p>&nbsp;<\/p>\n<p>Verify the image:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-5 > .CodeMirror, .fusion-syntax-highlighter-5 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-5 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_5\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_5\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_5\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">docker images registry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2:latest<\/textarea><\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-6 > .CodeMirror, .fusion-syntax-highlighter-6 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-6 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_6\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_6\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_6\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">REPOSITORY                                            TAG       IMAGE ID        CREATED          SIZE\nregistry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2      latest    c14312a66    2 minutes ago    57.3GB<\/textarea><\/div><div class=\"fusion-text fusion-text-6\"><h3>3. Preparing the Recipe<\/h3>\n<p>A recipe is a YAML file that defines how sparkrun should launch the model. The model, Docker image, SGLang flags, and memory settings are collected in a single file. For Qwen3.8-27B, this recipe runs the model on a single Spark with NVFP4 quantization, accelerates inference with DFlash2 speculative decoding using SGLang&#8217;s <code>--speculative-num-draft-tokens 8<\/code> configuration, and includes Mamba memory parameters specific to Qwen3.8&#8217;s hybrid architecture.<\/p>\n<p>Save the recipe file using the following command:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-7 > .CodeMirror, .fusion-syntax-highlighter-7 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-7 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_7\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_7\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_7\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">cat > ~\/qwen38-27b-dflash2.yaml << 'RECIPE'\n# Qwen3.8-27B NVFP4 + DFlash2\n# Usage:\n#   sparkrun run ~\/qwen38-27b-dflash2.yaml --rootful --no-follow --no-rm\nrecipe_version: \"2\"\nmodel: RadixArk\/Qwen3.8-27B-NVFP4-BF16-LMHead\nruntime: sglang\ncontainer: registry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2:latest\n\nmax_nodes: 1\n\nmetadata:\n  model_dtype: nvfp4\n  kv_dtype: fp8\n  description: Qwen3.8-27B NVFP4 (BF16-LMHead) + DFlash2 \u2014 Ultimate single-Spark\n\ndefaults:\n  port: 8000\n  host: 0.0.0.0\n  tensor_parallel: 1\n  gpu_memory_utilization: 0.50\n  served_model_name: qwen3.8-27b\n  attention_backend: flashinfer\n  speculative_algorithm: DFLASH\n  speculative_draft_model_path: z-lab\/Qwen3.8-27B-DFlash2\n  speculative_num_draft_tokens: 8\n\nenv:\n  HF_HUB_OFFLINE: \"0\"\n  TORCHINDUCTOR_CACHE_DIR: \/cache\/inductor\n  HF_HOME: \/cache\/huggingface\n  HF_HUB_CACHE: \/cache\/huggingface\/hub\n\ncommand: |\n  python3 -m sglang.launch_server \\\n    --trust-remote-code \\\n    --model-path {model} \\\n    --tp-size {tensor_parallel} \\\n    --served-model-name {served_model_name} \\\n    --mem-fraction-static {gpu_memory_utilization} \\\n    --attention-backend {attention_backend} \\\n    --chunked-prefill-size 8192 \\\n    --disable-prefill-cuda-graph \\\n    --kv-cache-dtype fp8_e4m3 \\\n    --mamba-ssm-dtype bfloat16 \\\n    --mamba-full-memory-ratio 4.21 \\\n    --mamba-radix-cache-strategy extra_buffer \\\n    --max-mamba-cache-size 64 \\\n    --max-running-requests 16 \\\n    --context-length 262144 \\\n    --speculative-algorithm {speculative_algorithm} \\\n    --speculative-draft-model-path {speculative_draft_model_path} \\\n    --speculative-draft-model-revision 50307d4c4cde6860d4eee73e2547cd786fe8e8a4 \\\n    --speculative-num-draft-tokens {speculative_num_draft_tokens} \\\n    --reasoning-parser qwen3 \\\n    --tool-call-parser qwen3_coder \\\n    --sampling-defaults model \\\n    --enable-metrics \\\n    --enable-cache-report \\\n    --stream-interval 1 \\\n    --host {host} \\\n    --port {port}\nRECIPE\n<\/textarea><\/div><div class=\"fusion-text fusion-text-7\"><p>&nbsp;<\/p>\n<p>Verify the file:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-8 > .CodeMirror, .fusion-syntax-highlighter-8 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-8 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_8\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_8\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_8\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">cat ~\/qwen38-27b-dflash2.yaml<\/textarea><\/div><div class=\"fusion-text fusion-text-8\"><p>&nbsp;<\/p>\n<p>You should see the recipe file you just saved.<\/p>\n<h2>Running<\/h2>\n<h3>4. Pre-Launch Checks<\/h3>\n<p>Verify that sparkrun parses the recipe correctly and that the memory budget is appropriate:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-9 > .CodeMirror, .fusion-syntax-highlighter-9 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-9 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_9\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_9\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_9\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">sparkrun show ~\/qwen38-27b-dflash2.yaml\n<\/textarea><\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-10 > .CodeMirror, .fusion-syntax-highlighter-10 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-10 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_10\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_10\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_10\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">Name:         \/home\/nvidia\/qwen38-27b-dflash2.yaml\nDescription:  Qwen3.8-27B NVFP4 (packed FP4) + DFlash2 \u2014 Ultimate single-Spark\nRuntime:      sglang\nModel:        RadixArk\/Qwen3.8-27B-NVFP4-BF16-LMHead\nContainer:    registry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2:latest\nNodes:        1\n\n.....\n.....\n.....\n\nVRAM Estimation:\n  Model dtype:      nvfp4\n  KV cache dtype:   fp8\n  Architecture:     64 layers, 4 KV heads, 256 head_dim\n  Model weights:    21.9 GB\n  Tensor parallel:  1\n  Per-GPU total:    21.9 GB\n  DGX Spark fit:    YES\n\n  GPU Memory Budget:\n    gpu_memory_utilization: 50%\n    Usable GPU memory:     60.5 GB (121 GB x 50%)\n    Available for KV:      38.6 GB\n    Max context tokens:    478,483\n<\/textarea><\/div><div class=\"fusion-text fusion-text-9\"><p>&nbsp;<\/p>\n<p>sparkrun has parsed the recipe correctly and confirms that the configuration fits on the DGX Spark with <code>DGX Spark fit: YES<\/code>.<\/p>\n<h3>5. Starting the Model<\/h3>\n<p>Now start the model:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-11 > .CodeMirror, .fusion-syntax-highlighter-11 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-11 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_11\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_11\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_11\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">sparkrun run ~\/qwen38-27b-dflash2.yaml --rootful --no-follow --no-rm\n<\/textarea><\/div><div class=\"fusion-text fusion-text-10\"><p>&nbsp;<\/p>\n<p>sparkrun automatically synchronizes the image and models to the Spark, skipping any resources that are already present, and then starts the container.<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-12 > .CodeMirror, .fusion-syntax-highlighter-12 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-12 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_12\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_12\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_12\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">sparkrun v0.3.4\n\nRuntime:   sglang\nImage:     registry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2:latest\nModel:     RadixArk\/Qwen3.8-27B-NVFP4-BF16-LMHead\nMode:      solo\nPlatform:  DGX Spark (NVIDIA GB10, NCCL)\nScheduler: occupancy-sparse\n\nVRAM Estimation:\n  Model dtype:      nvfp4\n  KV cache dtype:   fp8\n  Architecture:     64 layers, 4 KV heads, 256 head_dim\n  Model weights:    21.9 GB\n  Tensor parallel:  1\n  Per-GPU total:    21.9 GB\n  DGX Spark fit:    YES\n\n  GPU Memory Budget:\n    gpu_memory_utilization: 50%\n    Usable GPU memory:     60.5 GB (121 GB x 50%)\n    Available for KV:      38.6 GB\n    Max context tokens:    478,483\n\nHosts:     default cluster 'default'\n  Target:  <spark-ip>\n\n[1\/6] Preparing\n  done (0.0s)\n[2\/6] Building \u2014 skipped (no builder)\n[3\/6] Distributing resources\n  Distributing image registry.cordata.ai\/spark-cluster\/sglang-qwen38-27b-dflash2:latest to 1 host(s)\n  Distributing model RadixArk\/Qwen3.8-27B-NVFP4-BF16-LMHead to 1 host(s)\n  Distributing model z-lab\/Qwen3.8-27B-DFlash2 to 1 host(s)\n  done (2.5s)\n[4\/6] Syncing tuning configs\n  done (0.0s)\n[5\/6] Launching sglang runtime\n  Step 1\/3: Detecting InfiniBand\n  Step 2\/3: Launching container\n  Step 3\/3: Executing serve command\n  done (7.5s)\n[6\/6] Post-launch hooks \u2014 skipped\n<\/textarea><\/div><div class=\"fusion-text fusion-text-11\"><p>&nbsp;<\/p>\n<p>sparkrun successfully completed all six steps and reports <code>Mode: solo<\/code>. It synchronized the image and both models\u2014the target model and the draft model\u2014to the Spark.<\/p>\n<p>Downloading the model files and bringing SGLang to a ready state may take several minutes. During this process, SGLang loads the model weights into GPU memory, initializes the DFlash2 draft model, and captures CUDA graphs.<\/p>\n<h3>6. Monitoring the Logs<\/h3>\n<p>To monitor the SGLang logs, run:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-13 > .CodeMirror, .fusion-syntax-highlighter-13 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-13 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_13\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_13\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_13\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">sparkrun logs ~\/qwen38-27b-dflash2.yaml\n<\/textarea><\/div><div class=\"fusion-text fusion-text-12\"><p>&nbsp;<\/p>\n<p>You should see output similar to the following:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-14 > .CodeMirror, .fusion-syntax-highlighter-14 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-14 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_14\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_14\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_14\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">[2026-08-25 10:43:59] DFLASH only supports speculative_num_steps == 1; overriding speculative_num_steps=3 to 1.\n[2026-08-25 10:44:17] Load weight begin. avail mem=113.57 GB\n[2026-08-25 10:49:26] Load weight end. elapsed=308.46 s, type=Qwen3_5ForConditionalGeneration, quant=modelopt_mixed, quant_algo=MIXED_PRECISION, avail mem=91.44 GB, mem usage=22.14 GB.\n[2026-08-25 10:49:31] Load weight begin. avail mem=91.23 GB\n[2026-08-25 10:49:59] Load weight end. elapsed=28.12 s, type=DFlash2DraftModel, avail mem=87.82 GB, mem usage=3.41 GB.\n[2026-08-25 10:50:00] Initialized DFLASH draft runner. attention_backend=flashinfer, model=DFlash2DraftModel, block_size=8, draft_window_size=None, compact_cache=False\n[2026-08-25 10:50:00] DFLASH draft runner ready. mask_token=<|MASK|>, mask_token_id=248070, mask_token_id_override=248070, noise_embed_scale=1.0\n[2026-08-25 10:50:00] DFLASH fused KV materialization enabled. n_layers=5, num_kv_heads=8, head_dim=128\n[2026-08-25 10:50:00] max_running_requests is capped to 12 by the mamba state cache (max_mamba_cache_size=64, 5 state slots per request). To raise it: increase --mamba-full-memory-ratio or --max-mamba-cache-size, or halve the state size with --mamba-ssm-dtype bfloat16.\n[2026-08-25 10:50:00] Mamba Cache is allocated. max_mamba_cache_size: 64, conv_state size: 0.18GB, ssm_state size: 4.57GB intermediate_ssm_state_cache size: 7.31GB intermediate_conv_window_cache size: 0.12GB\n[2026-08-25 10:50:15] Capture target verify CUDA graph begin. backend=full, num_tokens_per_req=8, bs=[1, 2, 3, 4, 5, 6, 7, 8, 10, 12], avail mem=54.20 GB\n[2026-08-25 10:50:18] Capture target verify CUDA graph end. elapsed=3.53 s, mem usage=0.71 GB, avail mem=53.49 GB.\n[2026-08-25 10:50:18] DFLASH draft greedy head kept eager (reason=quantized lm_head).\n[2026-08-25 10:50:18] Capture draft verify CUDA graph begin. backend=full, num_tokens_per_req=8, bs=[1, 2, 3, 4, 5, 6, 7, 8, 10, 12], avail mem=53.49 GB\n[2026-08-25 10:50:22] Capture draft verify CUDA graph end. elapsed=3.36 s, mem usage=0.74 GB, avail mem=52.74 GB.\n[2026-08-25 10:50:22] max_total_num_tokens=460797, chunked_prefill_size=8192, max_prefill_tokens=16384, max_running_requests=12, context_len=262144, available_gpu_mem=52.74 GB\n[2026-08-25 10:50:22] INFO:     Application startup complete.\n[2026-08-25 10:50:25] The server is fired up and ready to roll!\n<\/textarea><\/div><div class=\"fusion-text fusion-text-13\"><p>&nbsp;<\/p>\n<p>Once you see <code>Application startup complete.<\/code> and <code>The server is fired up and ready to roll!<\/code>, the model server is ready.<\/p>\n<h3>7. Health Check<\/h3>\n<p>Verify that the server is running:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-15 > .CodeMirror, .fusion-syntax-highlighter-15 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-15 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_15\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_15\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_15\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">curl -s -o \/dev\/null -w \"HTTP %{http_code}\" http:\/\/<spark-ip>:8000\/health\n<\/textarea><\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-16 > .CodeMirror, .fusion-syntax-highlighter-16 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-16 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_16\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_16\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_16\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">HTTP 200\n<\/textarea><\/div><div class=\"fusion-text fusion-text-14\"><p>&nbsp;<\/p>\n<p>An <code>HTTP 200<\/code> response indicates that the server is healthy.<\/p>\n<p>Qwen3.8-27B is now running and being served from port 8000 on the Spark.<\/p>\n<h2>Benchmark<\/h2>\n<p>We benchmarked Qwen3.8-27B running on a single Spark at different concurrency levels. The measurements record average TTFT (Time to First Token\u2014the latency until the first output token is returned) and average TPS (Tokens Per Second\u2014the token generation rate).<\/p>\n<ul>\n<li><strong>Concurrency 1<\/strong> &#8212; Avg. TTFT: 232 ms, Avg. TPS: 47.9 tok\/s<\/li>\n<li><strong>Concurrency 2<\/strong> &#8212; Avg. TTFT: 320 ms, Avg. TPS: 39.8 tok\/s<\/li>\n<li><strong>Concurrency 4<\/strong> &#8212; Avg. TTFT: 343 ms, Avg. TPS: 35.6 tok\/s<\/li>\n<li><strong>Concurrency 8<\/strong> &#8212; Avg. TTFT: 389 ms, Avg. TPS: 27.6 tok\/s<\/li>\n<\/ul>\n<p>At concurrency 1, the model generates an average of 47.9 tokens per second. Even at concurrency 8, it remains above 25 tokens per second while keeping TTFT below 400 ms, making the configuration suitable for workloads with high request concurrency.<\/p>\n<p>The measurements were collected using the <a href=\"https:\/\/github.com\/CordatusAI\/llm-benchmark\">CordatusAI LLM Benchmark Tool<\/a>: 128 input tokens, 128 output tokens, averaged over 10 rounds per concurrency level, with the validity criterion <code>TTFT &lt; 1000 ms AND TPS &gt;= 15 tok\/s<\/code>. The tool, developed by CordatusAI, is a benchmarking application for testing LLM servers that expose OpenAI-compatible APIs.<\/p>\n<h2>Shutdown<\/h2>\n<p>When you are finished, stop the model:<\/p>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-17 > .CodeMirror, .fusion-syntax-highlighter-17 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-17 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_17\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_17\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_17\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">sparkrun stop ~\/qwen38-27b-dflash2.yaml\n<\/textarea><\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-18 > .CodeMirror, .fusion-syntax-highlighter-18 > .CodeMirror .CodeMirror-gutters {background-color:#2b2b2b;}<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-18 fusion-syntax-highlighter-theme-dark\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:rgba(242,243,245,0);\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_18\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_18\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_18\" data-readOnly=\"nocursor\" data-lineNumbers=\"\" data-lineWrapping=\"\" data-theme=\"oceanic-next\" data-mode=\"text\/x-sh\">Workload stopped on 1 host(s).\n<\/textarea><\/div><div class=\"fusion-text fusion-text-15\"><p>&nbsp;<\/p>\n<p>This command stops the container and releases the memory it was using. The container, Docker image, and model files remain on disk, so you do not need to download them again the next time you start the service. Simply run the <code>sparkrun run<\/code> command from Step 5 again.<\/p>\n<\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":1984,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[62,63,64,65],"class_list":["post-1977","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generative-ai","tag-62","tag-63","tag-64","tag-65"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.3.1 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Qwen3.8-27B on DGX Spark \u2014 48 tok\/s - OpenZeka EN Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/\" \/>\n<meta property=\"og:site_name\" content=\"OpenZeka EN Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61576911356211\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-26T10:23:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2026\/08\/qwen38_27b_dgx_spark_en_1920x1080.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Enhar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Aetherixnl\" \/>\n<meta name=\"twitter:site\" content=\"@Aetherixnl\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Enhar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/\"},\"author\":{\"name\":\"Enhar\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#\\\/schema\\\/person\\\/62c964376839cf2c4b2eb682bf14d3cb\"},\"headline\":\"Qwen3.8-27B on DGX Spark \u2014 48 tok\\\/s\",\"datePublished\":\"2026-08-26T10:23:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/\"},\"wordCount\":2419,\"publisher\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/qwen38_27b_dgx_spark_en_1920x1080.webp\",\"keywords\":[\"8669\",\"8673\",\"8820\",\"9043\"],\"articleSection\":[\"Generative AI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/\",\"url\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/\",\"name\":\"Qwen3.8-27B on DGX Spark \u2014 48 tok\\\/s - OpenZeka EN Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/qwen38_27b_dgx_spark_en_1920x1080.webp\",\"datePublished\":\"2026-08-26T10:23:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#primaryimage\",\"url\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/qwen38_27b_dgx_spark_en_1920x1080.webp\",\"contentUrl\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/qwen38_27b_dgx_spark_en_1920x1080.webp\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/qwen3-8-27b-on-dgx-spark-48-tok-s\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Qwen3.8-27B on DGX Spark \u2014 48 tok\\\/s\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/\",\"name\":\"Aetherix B.V.\",\"description\":\"NVIDIA Jetson Developer Kits &amp;Edge Devices\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#organization\",\"name\":\"Aetherix B.V.\",\"url\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/aetherix-site-icon.webp\",\"contentUrl\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/aetherix-site-icon.webp\",\"width\":421,\"height\":398,\"caption\":\"Aetherix B.V.\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61576911356211\",\"https:\\\/\\\/x.com\\\/Aetherixnl\",\"https:\\\/\\\/www.instagram.com\\\/aetherixnl\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@aetherixnl\"],\"description\":\"Aetherix provides a full range of NVIDIA Jetson-based edge AI solutions\u2014including Developer Kits, AI Kits, industrial-grade Carrier Boards, and fully integrated Boxed AI Systems.\",\"email\":\"info@aetherix.com\",\"legalName\":\"Aetherix B.V.\",\"vatID\":\"NL867727688B01\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.openzeka.com\\\/en\\\/#\\\/schema\\\/person\\\/62c964376839cf2c4b2eb682bf14d3cb\",\"name\":\"Enhar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/189d567adce3bb0c8d438b4586bf861ec04980f2e451003975e3cf871781d0f4?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/189d567adce3bb0c8d438b4586bf861ec04980f2e451003975e3cf871781d0f4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/189d567adce3bb0c8d438b4586bf861ec04980f2e451003975e3cf871781d0f4?s=96&d=mm&r=g\",\"caption\":\"Enhar\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s - OpenZeka EN Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/","og_locale":"en_US","og_type":"article","og_title":"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s","og_url":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/","og_site_name":"OpenZeka EN Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61576911356211","article_published_time":"2026-08-26T10:23:50+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2026\/08\/qwen38_27b_dgx_spark_en_1920x1080.webp","type":"image\/webp"}],"author":"Enhar","twitter_card":"summary_large_image","twitter_creator":"@Aetherixnl","twitter_site":"@Aetherixnl","twitter_misc":{"Written by":"Enhar","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#article","isPartOf":{"@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/"},"author":{"name":"Enhar","@id":"https:\/\/blog.openzeka.com\/en\/#\/schema\/person\/62c964376839cf2c4b2eb682bf14d3cb"},"headline":"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s","datePublished":"2026-08-26T10:23:50+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/"},"wordCount":2419,"publisher":{"@id":"https:\/\/blog.openzeka.com\/en\/#organization"},"image":{"@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2026\/08\/qwen38_27b_dgx_spark_en_1920x1080.webp","keywords":["8669","8673","8820","9043"],"articleSection":["Generative AI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/","url":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/","name":"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s - OpenZeka EN Blog","isPartOf":{"@id":"https:\/\/blog.openzeka.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#primaryimage"},"image":{"@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2026\/08\/qwen38_27b_dgx_spark_en_1920x1080.webp","datePublished":"2026-08-26T10:23:50+00:00","breadcrumb":{"@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#primaryimage","url":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2026\/08\/qwen38_27b_dgx_spark_en_1920x1080.webp","contentUrl":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2026\/08\/qwen38_27b_dgx_spark_en_1920x1080.webp","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/blog.openzeka.com\/en\/qwen3-8-27b-on-dgx-spark-48-tok-s\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.openzeka.com\/en\/"},{"@type":"ListItem","position":2,"name":"Qwen3.8-27B on DGX Spark \u2014 48 tok\/s"}]},{"@type":"WebSite","@id":"https:\/\/blog.openzeka.com\/en\/#website","url":"https:\/\/blog.openzeka.com\/en\/","name":"Aetherix B.V.","description":"NVIDIA Jetson Developer Kits &amp;Edge Devices","publisher":{"@id":"https:\/\/blog.openzeka.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.openzeka.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.openzeka.com\/en\/#organization","name":"Aetherix B.V.","url":"https:\/\/blog.openzeka.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.openzeka.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2025\/06\/aetherix-site-icon.webp","contentUrl":"https:\/\/blog.openzeka.com\/en\/wp-content\/uploads\/2025\/06\/aetherix-site-icon.webp","width":421,"height":398,"caption":"Aetherix B.V."},"image":{"@id":"https:\/\/blog.openzeka.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61576911356211","https:\/\/x.com\/Aetherixnl","https:\/\/www.instagram.com\/aetherixnl\/","https:\/\/www.tiktok.com\/@aetherixnl"],"description":"Aetherix provides a full range of NVIDIA Jetson-based edge AI solutions\u2014including Developer Kits, AI Kits, industrial-grade Carrier Boards, and fully integrated Boxed AI Systems.","email":"info@aetherix.com","legalName":"Aetherix B.V.","vatID":"NL867727688B01"},{"@type":"Person","@id":"https:\/\/blog.openzeka.com\/en\/#\/schema\/person\/62c964376839cf2c4b2eb682bf14d3cb","name":"Enhar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/189d567adce3bb0c8d438b4586bf861ec04980f2e451003975e3cf871781d0f4?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/189d567adce3bb0c8d438b4586bf861ec04980f2e451003975e3cf871781d0f4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/189d567adce3bb0c8d438b4586bf861ec04980f2e451003975e3cf871781d0f4?s=96&d=mm&r=g","caption":"Enhar"}}]}},"_links":{"self":[{"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/posts\/1977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/comments?post=1977"}],"version-history":[{"count":7,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/posts\/1977\/revisions"}],"predecessor-version":[{"id":1985,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/posts\/1977\/revisions\/1985"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/media\/1984"}],"wp:attachment":[{"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/media?parent=1977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/categories?post=1977"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.openzeka.com\/en\/wp-json\/wp\/v2\/tags?post=1977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}