Conversation
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
1 task
* 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>
… 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>
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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