Skip to content

Commit

Permalink
updated corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauriKrishnan committed Dec 13, 2024
1 parent cb10966 commit 4df5213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions helm/charts/determined/templates/master-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ stringData:
credential: {{ .Values.checkpointStorage.credential }}
{{- end }}
{{- end }}
{{- end }}
save_experiment_best: {{ .Values.checkpointStorage.saveExperimentBest | default 0 }}
save_trial_best: {{ .Values.checkpointStorage.saveTrialBest | default 1 }}
save_trial_latest: {{ .Values.checkpointStorage.saveTrialLatest | default 1 }}
Expand Down
6 changes: 3 additions & 3 deletions helm/charts/determined/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ checkpointStorage:
# Comment out if not using `shared_fs`. Users are strongly discouraged from using `shared_fs` for
# storage beyond initial testing as most Kubernetes cluster nodes do not have a shared file
# system.
type: shared_fs
hostPath: /tmp/checkpoints
# type: shared_fs
# hostPath: /tmp/checkpoints
# By default, shared_fs is not mounted to the server pod. Change this to true to enable checkpoint downloads from the server.
mountToServer: false
# mountToServer: false
# For storing in GCS.
# type: gcs
# bucket: <bucket_name>
Expand Down

0 comments on commit 4df5213

Please sign in to comment.