mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
Remove num_local_schedulers argument from ray.worker._init. (#3704)
* Remove num_local_schedulers argument from ray.worker._init. * Fix * Fix tests.
This commit is contained in:
committed by
Philipp Moritz
parent
e78562b2e8
commit
c9d70f0dda
@@ -216,7 +216,7 @@ def test_object_transfer_retry(ray_start_empty_cluster):
|
||||
"object_manager_repeated_push_delay_ms": repeated_push_delay * 1000
|
||||
})
|
||||
cluster.add_node(_internal_config=config)
|
||||
cluster.add_node(resources={"GPU": 1}, _internal_config=config)
|
||||
cluster.add_node(num_gpus=1, _internal_config=config)
|
||||
ray.init(redis_address=cluster.redis_address)
|
||||
|
||||
@ray.remote(num_gpus=1)
|
||||
|
||||
Reference in New Issue
Block a user