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

[coll] Use loky for rabit op tests. #10828

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

trivialfis
Copy link
Member

@trivialfis trivialfis commented Sep 19, 2024

  • Fix CI IPv6 test error.
  • Fix flaky QDM test.

@trivialfis
Copy link
Member Author

trivialfis commented Sep 19, 2024

cc @hcho3 Please help review the PR for unblocking the CI when you are available.

Will look into the Windows failure as well.

*tm.make_batches(
n_samples_per_batch, n_features, n_batches, use_cupy=device != "cpu"
),
cache=None,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cache=None,
cache="cache",
on_host=on_host,

Did you mean to re-create the same iterator?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are not the same, the second one doesn't cache data to the disk.

@trivialfis trivialfis merged commit d5e1c41 into dmlc:master Sep 20, 2024
32 checks passed
@trivialfis trivialfis deleted the coll-ops-test-loky branch September 20, 2024 08:46
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.

3 participants