Skip to content

Commit 6124663

Browse files
Upping resources
1 parent cf68fa0 commit 6124663

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tests/integration/resources/mnist_ray_mini.ipynb

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
"from time import sleep"
1616
]
1717
},
18-
{
19-
"cell_type": "code",
20-
"execution_count": null,
21-
"id": "443900bf",
22-
"metadata": {},
23-
"outputs": [],
24-
"source": []
25-
},
2618
{
2719
"cell_type": "code",
2820
"execution_count": null,
@@ -48,7 +40,7 @@
4840
"outputs": [],
4941
"source": [
5042
"# Create our cluster and submit appwrapper\n",
51-
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', head_cpus=1, head_memory=2, num_workers=1, min_cpus=1, max_cpus=1, min_memory=4, max_memory=4, num_gpus=0, instascale=False))"
43+
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', head_cpus=1, head_memory=4, num_workers=1, min_cpus=1, max_cpus=1, min_memory=4, max_memory=4, num_gpus=0, instascale=False))"
5244
]
5345
},
5446
{
@@ -113,12 +105,6 @@
113105
" finished = (str(status.state) == \"SUCCEEDED\")"
114106
]
115107
},
116-
{
117-
"cell_type": "markdown",
118-
"id": "885ad96b",
119-
"metadata": {},
120-
"source": []
121-
},
122108
{
123109
"cell_type": "code",
124110
"execution_count": null,

0 commit comments

Comments
 (0)