Skip to content

Commit

Permalink
Hpo: Remove deprecated parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ChughShilpa authored and openshift-merge-bot[bot] committed Nov 19, 2024
1 parent 0ccfaac commit 0fa5f3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/odh/resources/mnist_hpo_raytune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
" ClusterConfiguration(\n",
" namespace=namespace,\n",
" name='mnisthpotest',\n",
" head_cpus=1,\n",
" head_memory=4,\n",
" head_cpu_requests=1,\n",
" head_cpu_limits=1,\n",
" head_memory_requests=4,\n",
" head_memory_limits=4,\n",
" head_extended_resource_requests={'nvidia.com/gpu':0},\n",
" num_workers=1,\n",
" worker_cpu_requests=1,\n",
Expand Down

0 comments on commit 0fa5f3c

Please sign in to comment.