Skip to content

[WIP] Longbench v2 for qwen/ds#2406

Open
yiliu30 wants to merge 28 commits intomasterfrom
longbench
Open

[WIP] Longbench v2 for qwen/ds#2406
yiliu30 wants to merge 28 commits intomasterfrom
longbench

Conversation

@yiliu30
Copy link
Copy Markdown
Contributor

@yiliu30 yiliu30 commented Feb 13, 2026

  • QWen
  • DS

Type of Change

feature or bug fix or documentation or validation or others
API changed or not

Description

detail description

Expected Behavior & Potential Risk

the expected behavior that triggered by this PR

How has this PR been tested?

how to reproduce the test (including hardware information)

Dependency Change?

any library dependency introduced or removed

Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
yiliu30 and others added 16 commits February 14, 2026 09:14
* Add LongBench v2 support for DeepSeek

- Add long-bench-eval dependency to requirements.txt
- Refactor run_evaluation.sh to support both standard and LongBench v2 tasks
- Add dynamic max_length configuration (40960 for longbench tasks)
- Implement vLLM server-based evaluation for LongBench
- Add helper functions for server lifecycle management
- Support up to 40K context length evaluation with 512 threads

Signed-off-by: yiliu30 <yi4.liu@intel.com>

* update max len

Signed-off-by: yiliu30 <yi4.liu@intel.com>

---------

Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
… fix routing logic

- Add SEQ_LENGTHS variable initialization
- Auto-detect model max_position_embeddings from config.json for ruler tasks
- Add dedicated run_ruler_eval() using local-completions with tokenizer metadata
- Fix main routing: ruler tasks go to run_ruler_eval, standard tasks to run_standard_eval
- Fix $SEQ_LEN typo to $SEQ_LENGTHS in longbench eval

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yiliu30 yiliu30 changed the title [WIP] Longbench v2 for qwem/ds [WIP] Longbench v2 for qwen/ds Mar 20, 2026
yiliu30 added 9 commits March 20, 2026 11:34
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Port RULER benchmark support from qwen to deepseek.

Signed-off-by: yiliu30 <yi4.liu@intel.com>
Make MODEL_MAX_POS configurable via -ruler-max-pos flag (default: 65536)
instead of hardcoding it. Also update max_gen_toks default from 50 to 128.
Applies to both qwen and deepseek evaluation scripts.
Signed-off-by: yiliu30 <yi4.liu@intel.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.

1 participant