We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd25f4 commit e2da046Copy full SHA for e2da046
guidebooks/ml/codeflare/training/demos/getting-started/index.md
@@ -1,11 +1,8 @@
1
---
2
imports:
3
- - util/jobid
4
- - ./setup
5
- - ml/ray/start
+ - ./submit
6
- ml/ray/aggregator/with-jobid
7
finally:
8
- - ./cleanup
9
- ml/ray/stop/kubernetes/with-known-cluster-name
10
11
guidebooks/ml/codeflare/training/demos/getting-started/submit.md
@@ -0,0 +1,10 @@
+---
+imports:
+ - util/jobid
+ - ./setup
+ - ml/ray/start
+finally:
+ - ./cleanup
+
+# Simple Training Demo (job submit)
0 commit comments