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

[train] New persistence mode: Tune tests + examples (small) (batch 1) #38807

Merged
merged 25 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7e9e91b
test_tuner_restore
justinvyu Aug 23, 2023
779d29c
test_actor_reuse
justinvyu Aug 23, 2023
0c38d87
test_actor_caching
justinvyu Aug 23, 2023
bb75a23
test_cluster_searcher kind of working
justinvyu Aug 23, 2023
6813cc9
remove test_cluster_searcher
justinvyu Aug 23, 2023
b0c1c00
test_controller_callback_integration
justinvyu Aug 23, 2023
a0e60d0
fix lint
justinvyu Aug 23, 2023
823e5d7
test_controller_control_integration
justinvyu Aug 23, 2023
1502be3
test_controller_errors_integration
justinvyu Aug 23, 2023
cff6c4b
test_controller_control_integration
justinvyu Aug 23, 2023
67c0e87
test_controller_search_alg_integration
justinvyu Aug 23, 2023
9d09ace
fix lint
justinvyu Aug 23, 2023
9c6800c
Merge branch 'master' of https://github.com/ray-project/ray into air/…
justinvyu Aug 23, 2023
57d0d7e
create mock storage dirs
justinvyu Aug 24, 2023
c926bcf
move test_tuner_restore to new runner
justinvyu Aug 24, 2023
4690ffa
Merge branch 'master' of https://github.com/ray-project/ray into air/…
justinvyu Aug 24, 2023
32990ec
Merge branch 'master' of https://github.com/ray-project/ray into air/…
justinvyu Aug 24, 2023
811b75b
add conftest
justinvyu Aug 24, 2023
edb1de5
Merge branch 'master' of https://github.com/ray-project/ray into air/…
justinvyu Aug 25, 2023
1e2c0b5
fix missing local dir in controller tests
justinvyu Aug 25, 2023
7303aba
return storage
justinvyu Aug 25, 2023
a73ed22
Merge branch 'master' of https://github.com/ray-project/ray into air/…
justinvyu Aug 25, 2023
8268638
unsaved file
justinvyu Aug 25, 2023
2c63559
fix merge conflict logic
justinvyu Aug 25, 2023
79cf402
fix lint
justinvyu Aug 25, 2023
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
fix lint
Signed-off-by: Justin Yu <justinvyu@anyscale.com>
  • Loading branch information
justinvyu committed Aug 23, 2023
commit 9d09ace223a1b4449d24edbc35b101c7686b5671
1 change: 0 additions & 1 deletion python/ray/train/tests/test_training_iterator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import functools
import time
import tempfile
from unittest.mock import patch
import pytest
from ray.train._internal.worker_group import WorkerGroup
Expand Down