Skip to content

Commit

Permalink
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 18, 2024
1 parent 2c41cf6 commit 67102bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/odh/resources/mnist_ray_mini.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
" ClusterConfiguration(\n",
" namespace=namespace,\n",
" name='mnisttest',\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 67102bf

Please sign in to comment.