-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 float limit override #2325
Fix float limit override #2325
Conversation
See: EleutherAI#2324 The float limit will be override with the previous int limit of multiple tasks are triggered together. This PR fix this issue
sorry @cjluo-omniml , didn't know you had to commit review comments :S. Basically |
@baberabb could you help rebase this? Not sure why the unittests are failing |
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.
@baberabb this looks ready for merge now, correct?
Test failure unrelated (due to a change in |
* Fix float limit override See: EleutherAI#2324 The float limit will be override with the previous int limit of multiple tasks are triggered together. This PR fix this issue * Update evaluator.py * Update evaluator.py
* Fix float limit override See: EleutherAI#2324 The float limit will be override with the previous int limit of multiple tasks are triggered together. This PR fix this issue * Update evaluator.py * Update evaluator.py
See: #2324
The float limit will be override with the previous int limit of multiple tasks are triggered together.
This PR fix this issue