Skip to content

Commit 17c1e64

Browse files
Remove job clean up from notebook
1 parent 1fc5993 commit 17c1e64

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/kfto/resources/mnist_kfto.ipynb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,6 @@
7373
"while not tc.is_job_succeeded(name=\"pytorch-ddp\", namespace=namespace): \n",
7474
" time.sleep(1)"
7575
]
76-
},
77-
{
78-
"cell_type": "code",
79-
"execution_count": null,
80-
"id": "4754bdaa",
81-
"metadata": {},
82-
"outputs": [],
83-
"source": [
84-
"TrainingClient().delete_job(\n",
85-
" name=\"pytorch-ddp\",\n",
86-
" namespace=namespace,\n",
87-
")"
88-
]
8976
}
9077
],
9178
"metadata": {

0 commit comments

Comments
 (0)