mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Make test_actor_multiple_gpus_from_multiple_tasks less stressful in travis
This commit is contained in:
parent
93a9d32288
commit
06f6431765
1 changed files with 2 additions and 2 deletions
|
@ -913,8 +913,8 @@ def test_actor_different_numbers_of_gpus(shutdown_only):
|
|||
|
||||
|
||||
def test_actor_multiple_gpus_from_multiple_tasks(shutdown_only):
|
||||
num_local_schedulers = 10
|
||||
num_gpus_per_scheduler = 10
|
||||
num_local_schedulers = 5
|
||||
num_gpus_per_scheduler = 5
|
||||
ray.worker._init(
|
||||
start_ray_local=True,
|
||||
num_local_schedulers=num_local_schedulers,
|
||||
|
|
Loading…
Add table
Reference in a new issue