Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 11, 2024
1 parent 512be3b commit e221021
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/examples/rapids-azureml-hpo/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,7 @@
"\n",
"# Relax these limits to run more trials\n",
"sweep_job.set_limits(\n",
" max_total_trials=5,\n",
" max_concurrent_trials=5,\n",
" timeout=18000,\n",
" trial_timeout=3600\n",
" max_total_trials=5, max_concurrent_trials=5, timeout=18000, trial_timeout=3600\n",
")\n",
"\n",
"# Specify your experiment details\n",
Expand Down

0 comments on commit e221021

Please sign in to comment.