[Cherry-Pick][CI] Align logprobs test baselines with Paddle Update(#7481)#7482
Merged
EmmonsCurse merged 1 commit intoPaddlePaddle:release/2.5from Apr 20, 2026
Merged
Conversation
Collaborator
Author
|
/skip-ci ci_iluvatar |
|
Thanks for your contribution! |
PaddlePaddle-bot
left a comment
There was a problem hiding this comment.
🤖 AI Code Review |
2026-04-19 19:12 CST
📋 Review 摘要
PR 概述:更新 logprobs 相关测试 baseline 文件名,适配 Paddle 上游变更(PR #78659)
变更范围:CI workflow 配置、e2e 测试用例
影响面 Tag:CI
问题
未发现阻塞性问题。
总体评价
本 PR 为 Cherry-Pick,仅更新了 logprobs 测试 baseline 的文件名后缀(_0419)和 CI workflow 中的 baseline 目录路径(baseline_dev_0311 → baseline_0419)。变更涉及 3 个文件共 8 处文件名替换,改动一致且完整,未发现遗漏的旧引用。PR 标题和描述均符合规范。
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.
Motivation
Recent changes introduced in Paddle (PR #78409) affect the behavior and output of logprobs. The existing test baselines are no longer consistent with the updated implementation, leading to mismatches during CI validation.
To ensure test correctness and maintain CI stability, the logprobs-related test baselines need to be updated accordingly.
Modifications
test_ernie_21b_tp1_dp4.pytest_ernie_21b_tp1_dp4_mtp.pyrun_tests_logprobUsage or Command
N/A
Accuracy Tests
N/A
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.