From 5cf7e8b5a6a8393b04c1d54a5363cbbe6e8792d2 Mon Sep 17 00:00:00 2001 From: Sean Mackrory Date: Mon, 11 Jul 2022 09:42:56 -0600 Subject: [PATCH] chore: bump version: 0.18.3-rc8 -> 0.18.3 --- .bumpversion.cfg | 2 +- .circleci/config.yml | 2 +- VERSION | 2 +- cli/determined_cli/__version__.py | 2 +- cli/setup.py | 4 ++-- common/determined_common/__version__.py | 2 +- common/setup.py | 4 ++-- deploy/determined_deploy/__version__.py | 2 +- deploy/setup.py | 4 ++-- harness/determined/__version__.py | 2 +- harness/determined/deploy/aws/templates/efs.yaml | 2 +- harness/determined/deploy/aws/templates/fsx.yaml | 2 +- harness/determined/deploy/aws/templates/govcloud.yaml | 2 +- harness/determined/deploy/aws/templates/secure.yaml | 2 +- harness/determined/deploy/aws/templates/simple.yaml | 2 +- harness/determined/deploy/aws/templates/vpc.yaml | 2 +- harness/setup.py | 2 +- helm/charts/determined/Chart.yaml | 4 ++-- .../examples/huggingface/language-modeling/clm_config.yaml | 2 +- .../examples/huggingface/language-modeling/mlm_config.yaml | 2 +- .../examples/huggingface/language-modeling/plm_config.yaml | 2 +- .../examples/huggingface/multiple-choice/swag_config.yaml | 2 +- model_hub/examples/huggingface/question-answering/squad.yaml | 2 +- .../huggingface/question-answering/squad_beam_search.yaml | 2 +- .../huggingface/question-answering/squad_distributed.yaml | 2 +- .../examples/huggingface/question-answering/squad_v2.yaml | 2 +- .../huggingface/question-answering/squad_v2_albert.yaml | 2 +- .../huggingface/question-answering/squad_v2_beam_search.yaml | 2 +- .../examples/huggingface/text-classification/glue_config.yaml | 2 +- .../examples/huggingface/text-classification/xnli_config.yaml | 2 +- .../examples/huggingface/token-classification/ner_config.yaml | 2 +- model_hub/examples/mmdetection/fasterrcnn.yaml | 2 +- model_hub/examples/mmdetection/hydra/configs/config.yaml | 2 +- model_hub/examples/mmdetection/panoptic_fpn.yaml | 2 +- model_hub/examples/mmdetection/yolov3.yaml | 2 +- model_hub/model_hub/__version__.py | 2 +- model_hub/setup.py | 2 +- webui/react/craco.config.js | 2 +- 38 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3e005ec1817..66e47f214a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.3-rc8 +current_version = 0.18.3 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index ba86bc5ade6..e975cbadf90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ executors: parameters: det-version: type: string - default: 0.18.3-rc8 + default: 0.18.3 docker-image: type: string default: cimg/base:2021.11 diff --git a/VERSION b/VERSION index 6f74af28d43..de564aec2e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.3-rc8 \ No newline at end of file +0.18.3 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index 0e805654938..30e65e30d02 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.18.3-rc8" +__version__ = "0.18.3" diff --git a/cli/setup.py b/cli/setup.py index ab7a277a003..730c3d2da29 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.18.3-rc8", + version="0.18.3", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -13,6 +13,6 @@ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), python_requires=">=3.6", install_requires=[ - "determined==0.18.3-rc8", + "determined==0.18.3", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index 0e805654938..30e65e30d02 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.18.3-rc8" +__version__ = "0.18.3" diff --git a/common/setup.py b/common/setup.py index a515a745dc7..03bcd02b328 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.18.3-rc8", + version="0.18.3", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -14,7 +14,7 @@ python_requires=">=3.6", package_data={"determined.common": ["py.typed"]}, install_requires=[ - "determined==0.18.3-rc8", + "determined==0.18.3", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index 0e805654938..30e65e30d02 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.18.3-rc8" +__version__ = "0.18.3" diff --git a/deploy/setup.py b/deploy/setup.py index 6a0310291b0..3d8262edd81 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.18.3-rc8", + version="0.18.3", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", @@ -13,6 +13,6 @@ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), python_requires=">=3.6", install_requires=[ - "determined==0.18.3-rc8", + "determined==0.18.3", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index 0e805654938..30e65e30d02 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.18.3-rc8" +__version__ = "0.18.3" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index 8b3f4d43d55..6a48402e291 100644 --- a/harness/determined/deploy/aws/templates/efs.yaml +++ b/harness/determined/deploy/aws/templates/efs.yaml @@ -81,7 +81,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.18.3-rc8 + Default: 0.18.3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index 515fbea71cf..1f52fbb1351 100644 --- a/harness/determined/deploy/aws/templates/fsx.yaml +++ b/harness/determined/deploy/aws/templates/fsx.yaml @@ -81,7 +81,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.18.3-rc8 + Default: 0.18.3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index 29c7227f694..63fb52b41e1 100644 --- a/harness/determined/deploy/aws/templates/govcloud.yaml +++ b/harness/determined/deploy/aws/templates/govcloud.yaml @@ -47,7 +47,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.18.3-rc8 + Default: 0.18.3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index 4ee66db2eb8..b5780fc224f 100644 --- a/harness/determined/deploy/aws/templates/secure.yaml +++ b/harness/determined/deploy/aws/templates/secure.yaml @@ -102,7 +102,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.18.3-rc8 + Default: 0.18.3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index a3dbcc4e9f4..e390f7b3b34 100644 --- a/harness/determined/deploy/aws/templates/simple.yaml +++ b/harness/determined/deploy/aws/templates/simple.yaml @@ -73,7 +73,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.18.3-rc8 + Default: 0.18.3 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/vpc.yaml b/harness/determined/deploy/aws/templates/vpc.yaml index c8a81d9f456..ff1825123ba 100644 --- a/harness/determined/deploy/aws/templates/vpc.yaml +++ b/harness/determined/deploy/aws/templates/vpc.yaml @@ -82,7 +82,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.18.3-rc8 + Default: 0.18.3 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index 6d283c4399a..1194ec43f07 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.18.3-rc8", + version="0.18.3", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/helm/charts/determined/Chart.yaml b/helm/charts/determined/Chart.yaml index bd432793d1f..a72783d35e4 100644 --- a/helm/charts/determined/Chart.yaml +++ b/helm/charts/determined/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: determined description: A Helm chart for Determined -version: "0.18.3-rc8" +version: "0.18.3" icon: https://github.com/determined-ai/determined/blob/master/determined-logo.png?raw=true home: https://github.com/determined-ai/determined.git @@ -9,4 +9,4 @@ home: https://github.com/determined-ai/determined.git # a non-release version (e.g., X.Y.Z.dev0) you will have to specify an # existing official release version (e.g., X.Y.Z) or specify a commit has # that has been publicly published (all commits from master). -appVersion: "0.18.3-rc8" +appVersion: "0.18.3" diff --git a/model_hub/examples/huggingface/language-modeling/clm_config.yaml b/model_hub/examples/huggingface/language-modeling/clm_config.yaml index 657e14b7b9f..b05d1cbd506 100644 --- a/model_hub/examples/huggingface/language-modeling/clm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/clm_config.yaml @@ -33,7 +33,7 @@ searcher: smaller_is_better: true environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 4 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/language-modeling/mlm_config.yaml b/model_hub/examples/huggingface/language-modeling/mlm_config.yaml index 3fa65aa8502..97b0329e49a 100644 --- a/model_hub/examples/huggingface/language-modeling/mlm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/mlm_config.yaml @@ -36,7 +36,7 @@ searcher: smaller_is_better: true environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/language-modeling/plm_config.yaml b/model_hub/examples/huggingface/language-modeling/plm_config.yaml index e09ce3120c2..368f57331f4 100644 --- a/model_hub/examples/huggingface/language-modeling/plm_config.yaml +++ b/model_hub/examples/huggingface/language-modeling/plm_config.yaml @@ -37,7 +37,7 @@ searcher: smaller_is_better: true environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 2 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/multiple-choice/swag_config.yaml b/model_hub/examples/huggingface/multiple-choice/swag_config.yaml index 6ee21273bc2..4d96f138708 100644 --- a/model_hub/examples/huggingface/multiple-choice/swag_config.yaml +++ b/model_hub/examples/huggingface/multiple-choice/swag_config.yaml @@ -33,7 +33,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 2 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/question-answering/squad.yaml b/model_hub/examples/huggingface/question-answering/squad.yaml index 08ece4af8d4..082ba186914 100644 --- a/model_hub/examples/huggingface/question-answering/squad.yaml +++ b/model_hub/examples/huggingface/question-answering/squad.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml b/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml index f6bd6d0f7f4..9205da7d4ae 100644 --- a/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_beam_search.yaml @@ -37,7 +37,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/question-answering/squad_distributed.yaml b/model_hub/examples/huggingface/question-answering/squad_distributed.yaml index 669d572c274..37f02d4931a 100644 --- a/model_hub/examples/huggingface/question-answering/squad_distributed.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_distributed.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 8 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/question-answering/squad_v2.yaml b/model_hub/examples/huggingface/question-answering/squad_v2.yaml index 6c6d25114d3..f226bbd425a 100644 --- a/model_hub/examples/huggingface/question-answering/squad_v2.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_v2.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml b/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml index 2d4b7239f07..9239dce8b2d 100644 --- a/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_v2_albert.yaml @@ -40,7 +40,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 8 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml b/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml index 44226f73aba..10129910019 100644 --- a/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml +++ b/model_hub/examples/huggingface/question-answering/squad_v2_beam_search.yaml @@ -38,7 +38,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/text-classification/glue_config.yaml b/model_hub/examples/huggingface/text-classification/glue_config.yaml index f7728bd3761..e415679efa1 100644 --- a/model_hub/examples/huggingface/text-classification/glue_config.yaml +++ b/model_hub/examples/huggingface/text-classification/glue_config.yaml @@ -45,7 +45,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/text-classification/xnli_config.yaml b/model_hub/examples/huggingface/text-classification/xnli_config.yaml index 602ff45aea7..622677fb01a 100644 --- a/model_hub/examples/huggingface/text-classification/xnli_config.yaml +++ b/model_hub/examples/huggingface/text-classification/xnli_config.yaml @@ -36,7 +36,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 2 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/huggingface/token-classification/ner_config.yaml b/model_hub/examples/huggingface/token-classification/ner_config.yaml index 1070c0734c8..a95f662b817 100644 --- a/model_hub/examples/huggingface/token-classification/ner_config.yaml +++ b/model_hub/examples/huggingface/token-classification/ner_config.yaml @@ -34,7 +34,7 @@ searcher: smaller_is_better: false environment: image: - gpu: determinedai/model-hub-transformers:0.18.3-rc8 + gpu: determinedai/model-hub-transformers:0.18.3 resources: slots_per_trial: 1 # We add a bind_mount here so that cached data, tokenized data, and models will be saved to the diff --git a/model_hub/examples/mmdetection/fasterrcnn.yaml b/model_hub/examples/mmdetection/fasterrcnn.yaml index f5f7e6ad7cb..eb98c9ce3b2 100644 --- a/model_hub/examples/mmdetection/fasterrcnn.yaml +++ b/model_hub/examples/mmdetection/fasterrcnn.yaml @@ -40,7 +40,7 @@ searcher: max_restarts: 5 environment: image: - gpu: determinedai/model-hub-mmdetection:0.18.3-rc8 + gpu: determinedai/model-hub-mmdetection:0.18.3 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/examples/mmdetection/hydra/configs/config.yaml b/model_hub/examples/mmdetection/hydra/configs/config.yaml index fc8a80203a3..f508dd876e2 100644 --- a/model_hub/examples/mmdetection/hydra/configs/config.yaml +++ b/model_hub/examples/mmdetection/hydra/configs/config.yaml @@ -14,7 +14,7 @@ min_validation_period: environment: image: - gpu: determinedai/model-hub-mmdetection:0.18.3-rc8 + gpu: determinedai/model-hub-mmdetection:0.18.3 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/examples/mmdetection/panoptic_fpn.yaml b/model_hub/examples/mmdetection/panoptic_fpn.yaml index c4a960a5804..8451ee40d63 100644 --- a/model_hub/examples/mmdetection/panoptic_fpn.yaml +++ b/model_hub/examples/mmdetection/panoptic_fpn.yaml @@ -40,7 +40,7 @@ searcher: max_restarts: 5 environment: image: - gpu: determinedai/model-hub-mmdetection:0.18.3-rc8 + gpu: determinedai/model-hub-mmdetection:0.18.3 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/examples/mmdetection/yolov3.yaml b/model_hub/examples/mmdetection/yolov3.yaml index 4a99bd033fd..b6b7d5fac43 100644 --- a/model_hub/examples/mmdetection/yolov3.yaml +++ b/model_hub/examples/mmdetection/yolov3.yaml @@ -40,7 +40,7 @@ searcher: max_restarts: 5 environment: image: - gpu: determinedai/model-hub-mmdetection:0.18.3-rc8 + gpu: determinedai/model-hub-mmdetection:0.18.3 environment_variables: - OMP_NUM_THREADS=1 # Following pytorch dtrain, this environment variable is set to 1 to avoid overloading the system. diff --git a/model_hub/model_hub/__version__.py b/model_hub/model_hub/__version__.py index 0e805654938..30e65e30d02 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.18.3-rc8" +__version__ = "0.18.3" diff --git a/model_hub/setup.py b/model_hub/setup.py index 062f4d4d3b0..6794884b356 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setup( name="model-hub", - version="0.18.3-rc8", + version="0.18.3", author="Determined AI", author_email="hello@determined.ai", url="https://determined.ai/", diff --git a/webui/react/craco.config.js b/webui/react/craco.config.js index 7b94f8fe405..0d7b658b286 100644 --- a/webui/react/craco.config.js +++ b/webui/react/craco.config.js @@ -9,7 +9,7 @@ const config = require('./src/shared/configs/craco.config'); const webpackEnvPlugin = new DefinePlugin({ 'process.env.IS_DEV': JSON.stringify(config.isDev), 'process.env.SERVER_ADDRESS': JSON.stringify(process.env.SERVER_ADDRESS), - 'process.env.VERSION': '"0.18.3-rc8"', + 'process.env.VERSION': '"0.18.3"', }); /**