Skip to content

Commit

Permalink
up resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria committed Oct 24, 2023
1 parent 0de6efd commit 5c5bc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/resources/mnist_ray_mini.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"outputs": [],
"source": [
"# Create our cluster and submit appwrapper\n",
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', num_workers=2, min_cpus=4, max_cpus=4, min_memory=8, max_memory=8, num_gpus=0, instascale=False))"
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', num_workers=4, min_cpus=4, max_cpus=4, min_memory=8, max_memory=8, num_gpus=0, instascale=False))"
]
},
{
Expand Down

0 comments on commit 5c5bc46

Please sign in to comment.