Skip to content

Commit 837ec26

Browse files
authored
[tune] New persistence mode cleanup: Delete legacy utilities (air.remote_storage, etc.) (#40207)
This PR removes some legacy utilities, including `air._internal.remote_storage`, `TrainableUtil`, and more. --------- Signed-off-by: Justin Yu <[email protected]>
1 parent ecdb01b commit 837ec26

21 files changed

+134
-1433
lines changed

python/ray/air/BUILD

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,6 @@ py_test(
124124
deps = [":ml_lib"]
125125
)
126126

127-
py_test(
128-
name = "test_remote_storage",
129-
size = "small",
130-
srcs = ["tests/test_remote_storage.py"],
131-
tags = ["team:ml", "exclusive"],
132-
deps = [":ml_lib"]
133-
)
134-
135127
py_test(
136128
name = "test_remote_storage_hdfs",
137129
size = "small",

0 commit comments

Comments
 (0)