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

[tune] Storage: 🐙 🧠 Tune tests and examples {using RLlib} migration #38895

Merged
merged 23 commits into from
Aug 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert build
Signed-off-by: Kai Fricke <kai@anyscale.com>
  • Loading branch information
Kai Fricke committed Aug 26, 2023
commit 769b8b6a503ed862bb3d6d28080fbf17de4f6882
2 changes: 1 addition & 1 deletion python/ray/tune/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ py_test(
name = "test_cluster",
size = "large",
srcs = ["tests/test_cluster.py"],
deps = [":tune_lib", ":conftest"],
deps = [":tune_lib"],
tags = ["team:ml", "exclusive", "rllib", "new_storage"],
)

Expand Down