mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 14:59:51 +08:00
Simplify testMultipleLocalSchedulers by having it start only one worker. (#789)
This commit is contained in:
committed by
Philipp Moritz
parent
b6a18cb39b
commit
1fe49d7676
@@ -1181,6 +1181,7 @@ class ResourcesTest(unittest.TestCase):
|
||||
# to the correct local schedulers.
|
||||
address_info = ray.worker._init(start_ray_local=True,
|
||||
num_local_schedulers=3,
|
||||
num_workers=1,
|
||||
num_cpus=[100, 5, 10],
|
||||
num_gpus=[0, 5, 1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user