Skip to content

fix e2e vllm mixed correctless - #160

Open
limou102 wants to merge 2 commits into
mainfrom
dev/limou/fix_longcontext_probe
Open

fix e2e vllm mixed correctless#160
limou102 wants to merge 2 commits into
mainfrom
dev/limou/fix_longcontext_probe

Conversation

@limou102

@limou102 limou102 commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings September 8, 2026 13:50

Copilot AI 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.

🟢 Approval recommended

The change is small and localized, with only a minor documentation mismatch noted for follow-up.

Pull request overview

This PR updates the vLLM mixed PD E2E matrix configuration to change the KV cache dtype setting for the GLM-5.1-FP8 case, likely to address correctness issues seen under the previous forced fp8 KV-cache setting.

Changes:

  • Switch --kv-cache-dtype for the GLM-5.1-FP8 mixed vLLM E2E row from "fp8" to "auto".
File summaries
File Description
tests/e2e/pd_mixed/vllm/matrix.py Adjusts the vLLM launch args for the GLM-5.1-FP8 mixed E2E case (KV cache dtype).
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread tests/e2e/pd_mixed/vllm/matrix.py Outdated
Comment on lines +245 to +247
"args": [
"--kv-cache-dtype",
"fp8",
"auto",
Signed-off-by: LI MOU <lxglbk@gmail.com>
@limou102
limou102 force-pushed the dev/limou/fix_longcontext_probe branch from 66c3da0 to 7415750 Compare September 9, 2026 02:20
Signed-off-by: LI MOU <lxglbk@gmail.com>
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