Skip to content

Commit e2da046

Browse files
committed
fix: ml/codeflare/training/demos/getting-started/submit should offer submit-only
1 parent fdd25f4 commit e2da046

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

guidebooks/ml/codeflare/training/demos/getting-started/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
imports:
3-
- util/jobid
4-
- ./setup
5-
- ml/ray/start
3+
- ./submit
64
- ml/ray/aggregator/with-jobid
75
finally:
8-
- ./cleanup
96
- ml/ray/stop/kubernetes/with-known-cluster-name
107
---
118

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
imports:
3+
- util/jobid
4+
- ./setup
5+
- ml/ray/start
6+
finally:
7+
- ./cleanup
8+
---
9+
10+
# Simple Training Demo (job submit)

0 commit comments

Comments
 (0)