Skip to content

Commit

Permalink
Updated hyperparameters and app image version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauriKrishnan committed Dec 19, 2024
1 parent 4df5213 commit 2ee7f4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion examples/tutorials/mnist_pytorch/const.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ hyperparameters:
searcher:
name: single
metric: validation_loss
max_length:
batches: 100
smaller_is_better: true
entrypoint: python3 train.py --epochs 1
entrypoint: python3 train.py
4 changes: 2 additions & 2 deletions helm/charts/determined/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for Determined

# This is a placeholder value. The actual version string is passed through the
# --version flag during helm package.
version: "0.0.0"
version: "0.35.0"

icon: https://github.com/determined-ai/determined/blob/main/determined-logo.svg?raw=true
home: https://github.com/determined-ai/determined.git
Expand All @@ -16,4 +16,4 @@ home: https://github.com/determined-ai/determined.git
#
# This is a placeholder value. The actual version string is passed through the
# --app-version flag during helm package.
appVersion: "0.0.0"
appVersion: "0.35.0"

0 comments on commit 2ee7f4d

Please sign in to comment.