diff --git a/examples/tutorials/mnist_pytorch/const.yaml b/examples/tutorials/mnist_pytorch/const.yaml index 69f3a91344a..6f11d58d439 100644 --- a/examples/tutorials/mnist_pytorch/const.yaml +++ b/examples/tutorials/mnist_pytorch/const.yaml @@ -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 diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index 98089187be0..200a7e6e788 100644 --- a/helm/charts/determined/Chart.yaml +++ b/helm/charts/determined/Chart.yaml @@ -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 @@ -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"