File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
launcher/nemo/k8s_templates/training
tests/k8s_workflow/k8s_baseline_artifacts
llama-8b/k8s_template/templates
test_custom/k8s_template/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 pytorchReplicaSpecs :
2626 Worker :
2727 replicas : {{ $config.nodes }}
28+ restartPolicy : {{ $config.restartPolicy }}
2829 template :
2930 {{- if $config.customLabels }}
3031 metadata :
@@ -101,7 +102,6 @@ spec:
101102 - mountPath : /var/log/aws/clusters
102103 name : aws-clusters-logs
103104 readOnly : true
104- restartPolicy : {{ $config.restartPolicy }}
105105
106106 {{- if (or $config.labelSelector.required $config.labelSelector.preferred) }}
107107 affinity :
Original file line number Diff line number Diff line change 2525 pytorchReplicaSpecs :
2626 Worker :
2727 replicas : {{ $config.nodes }}
28+ restartPolicy : {{ $config.restartPolicy }}
2829 template :
2930 {{- if $config.customLabels }}
3031 metadata :
@@ -101,7 +102,6 @@ spec:
101102 - mountPath : /var/log/aws/clusters
102103 name : aws-clusters-logs
103104 readOnly : true
104- restartPolicy : {{ $config.restartPolicy }}
105105
106106 {{- if (or $config.labelSelector.required $config.labelSelector.preferred) }}
107107 affinity :
Original file line number Diff line number Diff line change 2525 pytorchReplicaSpecs :
2626 Worker :
2727 replicas : {{ $config.nodes }}
28+ restartPolicy : {{ $config.restartPolicy }}
2829 template :
2930 {{- if $config.customLabels }}
3031 metadata :
@@ -101,7 +102,6 @@ spec:
101102 - mountPath : /var/log/aws/clusters
102103 name : aws-clusters-logs
103104 readOnly : true
104- restartPolicy : {{ $config.restartPolicy }}
105105
106106 {{- if (or $config.labelSelector.required $config.labelSelector.preferred) }}
107107 affinity :
You can’t perform that action at this time.
0 commit comments