Skip to content
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

[BugFix][Meta Schedule] Fix meta_schedule.testing.local_rpc #9172

Merged
merged 1 commit into from Oct 1, 2021
Merged

[BugFix][Meta Schedule] Fix meta_schedule.testing.local_rpc #9172

merged 1 commit into from Oct 1, 2021

Conversation

junrushao
Copy link
Member

According to the suggestion from @tqchen, this PR disallows automatic worker discovery in RPCRunner, in order to accommodate the case where several tuning processes may share the same RPCTracker in the real world. In this case, automatic discovery is problematic because it could only find the workers that are idle. This addresses the flakiness in meta schedule unittests by the way because now the runner assumes max_workers=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants