-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Fix Ernie Moe Test #42595
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
Fix Ernie Moe Test #42595
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
ydshieh
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.
Thank you.
@is_flaky(max_attempts=2)
(already here before this PR)
not working well?
|
[For maintainers] Suggested jobs to run (before merge) run-slow: ernie4_5_moe |
|
I think the core changes are
I think either or both contributed to slightly different behavior compared to the other moe models |
* fix * fix * rm unnecessary config * remove references
Flaky test:
pytest tests/models/ernie4_5_moe/test_modeling_ernie4_5_moe.py -k test_load_balancing_loss --flake-finder --flake-runs=1000Hope it's more robust again