Skip to content

Disable prefix caching for qwen3.5 & glm5 AMD benchmarks#969

Closed
functionstackx wants to merge 1 commit intomainfrom
claude/issue-968-20260328-0530
Closed

Disable prefix caching for qwen3.5 & glm5 AMD benchmarks#969
functionstackx wants to merge 1 commit intomainfrom
claude/issue-968-20260328-0530

Conversation

@functionstackx
Copy link
Copy Markdown
Contributor

Disable prefix caching (radix cache) for qwen3.5 and glm5 AMD benchmark scripts by adding --disable-radix-cache to SGLang server launch commands.

Files changed:

  • qwen3.5_bf16_mi300x.sh
  • qwen3.5_bf16_mi325x.sh
  • qwen3.5_bf16_mi355x.sh
  • qwen3.5_fp8_mi300x.sh
  • qwen3.5_fp8_mi325x.sh
  • qwen3.5_fp8_mi355x.sh
  • glm5_fp8_mi355x.sh

Closes #968

Generated with Claude Code

Add --disable-radix-cache to SGLang server launch commands for:
- qwen3.5_bf16_mi300x.sh
- qwen3.5_bf16_mi325x.sh
- qwen3.5_bf16_mi355x.sh
- qwen3.5_fp8_mi300x.sh
- qwen3.5_fp8_mi325x.sh
- qwen3.5_fp8_mi355x.sh
- glm5_fp8_mi355x.sh

Closes #968

Co-authored-by: functionstackx <functionstackx@users.noreply.github.com>
@functionstackx
Copy link
Copy Markdown
Contributor Author

@claude resolve the conflicts plz

@Klaud-Cold
Copy link
Copy Markdown
Collaborator

Klaud-Cold commented Mar 28, 2026

Claude finished @functionstackx's task in 3m 8s —— View jobclaude/pr-969-20260328-0807Create PR ➔


Resolving Merge Conflicts

Changes applied to 7 files:

|

Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM

Extended reasoning...

Overview\nThis PR adds --disable-radix-cache to 7 AMD benchmark shell scripts (qwen3.5 bf16/fp8 across mi300x/mi325x/mi355x, and glm5 fp8 mi355x). The change is purely additive — one flag appended to SGLang server launch commands in benchmark-only scripts.\n\n### Security Risks\nNone. These are benchmark runner scripts with no auth, crypto, or permission logic.\n\n### Level of Scrutiny\nLow. This is a mechanical, uniform config change across benchmark scripts following the same pattern already established in other scripts (e.g., minimax PR #966, kimi PR #926). No logic changes, no new code paths.\n\n### Other Factors\nNo bugs were found. The change is consistent with prior PRs that disabled prefix caching for other models on AMD hardware. The flag placement (before the redirect) is syntactically correct in all 7 files.

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

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

disable prefix on random for qwen3.5 & glm

2 participants