Skip to content

Commit 73936c2

Browse files
ChughShilpasutaakar
authored andcommitted
Remove deprecated parameters
1 parent 37e8ba7 commit 73936c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/odh/resources/mnist_hpo_raytune.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@
7676
" ClusterConfiguration(\n",
7777
" namespace=namespace,\n",
7878
" name='mnisthpotest',\n",
79-
" head_cpus=1,\n",
80-
" head_memory=4,\n",
79+
" head_cpu_requests=1,\n",
80+
" head_cpu_limits=1,\n",
81+
" head_memory_requests=4,\n",
82+
" head_memory_limits=4,\n",
8183
" head_extended_resource_requests={'nvidia.com/gpu':0},\n",
8284
" num_workers=1,\n",
8385
" worker_cpu_requests=1,\n",

0 commit comments

Comments
 (0)