-
Notifications
You must be signed in to change notification settings - Fork 685
[RL][R3] Fix typo #6046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
[RL][R3] Fix typo #6046
Conversation
…into add_r3_test_dev
|
Thanks for your contribution! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6046 +/- ##
==========================================
Coverage ? 67.42%
==========================================
Files ? 350
Lines ? 45315
Branches ? 6965
==========================================
Hits ? 30554
Misses ? 12519
Partials ? 2242
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
yuanlehome
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hold
| cur_save_routing_path = f"./R3_tmp/routing_replay_output_{model_name}/" | ||
| model_path = os.getenv("MODEL_PATH") | ||
| if model_path: | ||
| baseline_path = os.path.join(model_path, f"R3_BaseLine/routing_replay_output_baseline_{model_name}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要将 R3_BaseLine 适配改为 R3_BaseLine_dev ~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
…into add_r3_test_dev
Motivation
Fix typo: #5937
Modifications
pass
Usage or Command
pass
Accuracy Tests
pass
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.