Skip to content

Add Qwen3.5 GB300 SGLang recipes#2

Draft
nvpohanh wants to merge 2 commits into
NVIDIA:mainfrom
nvpohanh:add-qwen35-gb300-agentic-sglang-recipes
Draft

Add Qwen3.5 GB300 SGLang recipes#2
nvpohanh wants to merge 2 commits into
NVIDIA:mainfrom
nvpohanh:add-qwen35-gb300-agentic-sglang-recipes

Conversation

@nvpohanh

@nvpohanh nvpohanh commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

[by Codex]

Description

Adds 19 Qwen3.5-397B-A17B GB300 SGLang recipes:

The exports are pinned to the exact successful workflow commits:

  • agentic NVFP4: f0f925f5ccb6a2eb4915397e0eaad0362f188cc5
  • fixed-length FP8: baeb99b637333ad0ad0cf5d5834239bdae3cfa69
  • fixed-length NVFP4: 31506a734d536307fc4eb1eb404cf45804d91b41

The agentic recipes use agentic for the workload directory instead of a fixed input/output sequence-length label. The /infmax-workspace references are container-local paths used by the public InferenceX AgentX harness, not cluster host paths.

This PR remains a draft because InferenceX PR 2121 has not merged and its nine agentic recipes may change.

Validation:

  • verified the ten fixed-length YAMLs byte-for-byte against their commit-pinned InferenceX artifacts
  • parsed all 19 files with PyYAML
  • passed srtctl dry-run for all 19 files using NVIDIA/srt-slurm v1.0.25 (3435776)
  • ran python scripts/update_recipe_table.py; the existing Qwen3.5 multi-node support-matrix row remains current

Type of change

  • New recipe
  • Update to an existing recipe
  • Tooling / scripts
  • Documentation
  • Other

Checklist

  • I have read the Contributing Guidelines.
  • The recipe is placed under the correct recipes/<single-node|multi-node>/<model>/<GPU>/<framework>/ path.
  • No internal-only paths or hostnames (for example, cluster-specific filesystem paths or mounts) are included.
  • python scripts/update_recipe_table.py has been run and the README table is up to date.
  • The recipe was validated with srtctl dry-run locally or by CI.

Signed-off-by: Po-Han Huang <pohanh@nvidia.com>
@nvpohanh

Copy link
Copy Markdown
Contributor Author

[by Codex]

This draft PR is subject to change because SemiAnalysisAI/InferenceX#2121 has not been merged yet. The recipes currently mirror source commit f0f925f5ccb6a2eb4915397e0eaad0362f188cc5; they should be refreshed if the source PR changes before merge.

Signed-off-by: Po-Han Huang <pohanh@nvidia.com>
@nvpohanh nvpohanh changed the title Add Qwen3.5 GB300 agentic SGLang recipes Add Qwen3.5 GB300 SGLang recipes Jul 17, 2026
Comment on lines +202 to +213
benchmark:
type: custom
command: bash /infmax-workspace/benchmarks/multi_node/agentic_srt.sh
env:
INFMAX_CONTAINER_WORKSPACE: /infmax-workspace
RESULT_DIR: /logs/agentic
PORT: "8000"
IS_MULTINODE: "true"
WEKA_LOADER_OVERRIDE: semianalysis_cc_traces_weka_062126_256k
AIPERF_USE_DYNAMO_CONV_AWARE_ROUTING: "1"
AIPERF_DATASET_MMAP_CACHE_DIR: "/aiperf_mmap_cache"
HF_HUB_CACHE: "/hf_hub_cache"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What is the benchmark type of custom? Is it using ai perf or agentx load gen?

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.

2 participants