Skip to content

Commit

Permalink
[tune] New persistence mode cleanup: Delete legacy utilities (`air.re…
Browse files Browse the repository at this point in the history
…mote_storage`, etc.) (#40207)

This PR removes some legacy utilities, including `air._internal.remote_storage`, `TrainableUtil`, and more.

---------

Signed-off-by: Justin Yu <justinvyu@anyscale.com>
  • Loading branch information
justinvyu committed Nov 9, 2023
1 parent ecdb01b commit 837ec26
Show file tree
Hide file tree
Showing 21 changed files with 134 additions and 1,433 deletions.
8 changes: 0 additions & 8 deletions python/ray/air/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ py_test(
deps = [":ml_lib"]
)

py_test(
name = "test_remote_storage",
size = "small",
srcs = ["tests/test_remote_storage.py"],
tags = ["team:ml", "exclusive"],
deps = [":ml_lib"]
)

py_test(
name = "test_remote_storage_hdfs",
size = "small",
Expand Down
Loading

0 comments on commit 837ec26

Please sign in to comment.