Skip to content

Commit

Permalink
modify xm parallel trial runs
Browse files Browse the repository at this point in the history
  • Loading branch information
panford committed Oct 25, 2023
1 parent 7d5979e commit 497a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skai/model/xm_launch_single_model_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main(_) -> None:
),

num_trials_total=100,
num_parallel_trial_runs=1,
num_parallel_trial_runs=3,
).launch()


Expand Down

0 comments on commit 497a94b

Please sign in to comment.