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
no local mode
Signed-off-by: Kai Fricke <kai@anyscale.com>
  • Loading branch information
Kai Fricke committed Aug 27, 2023
commit f6394394f2df4791dd986582e195ea997af4dc89
2 changes: 1 addition & 1 deletion python/ray/tune/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ class ApiTestFast(unittest.TestCase):
def setUpClass(cls):
if ray.is_initialized():
ray.shutdown()
ray.init(num_cpus=4, num_gpus=0, local_mode=True, include_dashboard=False)
ray.init(num_cpus=4, num_gpus=0, include_dashboard=False)

@classmethod
def tearDownClass(cls):
Expand Down