Skip to content

Commit da51da5

Browse files
committed
Fix sintax in job manifest
1 parent 75150ce commit da51da5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
./result/**
2+
result
13
./result

Container-Root/hyperpod/deployment/eks/model-training/pytorchjob/mnist/mnist-cpu.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ training_cfg:
2929
# script_args:
3030
# - --max_context_width: 4096
3131
# - --num_layers: 32
32-
script_args: ["--epochs: 100"]
32+
script_args:
33+
- --epochs: 100
3334
run:
3435
# name: Required. Current Training Job name. Mapping to '--job-name' argument in 'start-job' command.
3536
name: mnist-cpu

0 commit comments

Comments
 (0)