Skip to content

Update the Qwen3.6-35B-A3B-NVFP4 DGX Spark guide with tuned arguments#643

Open
prodney-dev wants to merge 1 commit into
vllm-project:mainfrom
prodney-dev:qwen3-6-35b-dgx-spark
Open

Update the Qwen3.6-35B-A3B-NVFP4 DGX Spark guide with tuned arguments#643
prodney-dev wants to merge 1 commit into
vllm-project:mainfrom
prodney-dev:qwen3-6-35b-dgx-spark

Conversation

@prodney-dev

Copy link
Copy Markdown
  • Specify the VLLM container image with which the command was verified
  • Enable chunked prefill
  • Async scheduling for improving latency
  • Adjust memory utilization and max num seqs

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vllm-recipes Ready Ready Preview, Comment Jul 16, 2026 5:22am

Request Review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the configuration for the Qwen3.6-35B-A3B model, adding a new vLLM version prerequisite and adjusting several serving parameters such as GPU memory utilization, maximum sequence count, chunked prefill, and async scheduling. The review feedback correctly points out that enabling both chunked prefill and prefix caching simultaneously will cause vLLM to fail at startup due to mutual exclusivity, and recommends removing the prefix caching option.

Comment on lines +187 to 189
--enable-chunked-prefill \
--async-scheduling \
--enable-prefix-caching \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

In vLLM, chunked prefill (--enable-chunked-prefill) and prefix caching (--enable-prefix-caching) are mutually exclusive. Enabling both simultaneously will cause vLLM to fail at startup with a configuration error. Since this PR specifically enables chunked prefill, --enable-prefix-caching should be removed from this command.

    --enable-chunked-prefill \
    --async-scheduling \

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command was validated on DGX spark with vllm/vllm-openai:v0.24.0-ubuntu2404 container.

- Specify the VLLM container image with which the command was verified
- Enable chunked prefill
- Async scheduling for improving latency
- Adjust memory utilization and max num seqs

Signed-off-by: Prerit Rodney <240578995+prodney-dev@users.noreply.github.com>
@faradawn

Copy link
Copy Markdown
Collaborator

LGTM

@eugr

eugr commented Jul 16, 2026

Copy link
Copy Markdown

Looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants