From 6bd5f074c2989c4d7fcc9a3a1153f234647026c9 Mon Sep 17 00:00:00 2001 From: Danny Zhu Date: Tue, 20 Dec 2022 16:40:20 -0700 Subject: [PATCH] chore: bump version: 0.19.9-rc3 -> 0.19.9 --- .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/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/maskrcnn.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 9391ffec4dd..c04814bbe6a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.9-rc3 +current_version = 0.19.9 commit = true tag = true tag_name = {new_version} diff --git a/.circleci/config.yml b/.circleci/config.yml index 4146d4ee547..6cf6e69e5cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ executors: parameters: det-version: type: string - default: 0.19.9-rc3 + default: 0.19.9 docker-image: type: string default: determinedai/cimg-base:latest diff --git a/VERSION b/VERSION index 4542b3ad0b0..01d4d4cb632 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.9-rc3 \ No newline at end of file +0.19.9 \ No newline at end of file diff --git a/cli/determined_cli/__version__.py b/cli/determined_cli/__version__.py index f37318a1807..e57e514f210 100644 --- a/cli/determined_cli/__version__.py +++ b/cli/determined_cli/__version__.py @@ -1 +1 @@ -__version__ = "0.19.9-rc3" +__version__ = "0.19.9" diff --git a/cli/setup.py b/cli/setup.py index 80287bd504c..123b5528c4c 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -2,7 +2,7 @@ setup( name="determined-cli", - version="0.19.9-rc3", + version="0.19.9", 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.19.9-rc3", + "determined==0.19.9", ], ) diff --git a/common/determined_common/__version__.py b/common/determined_common/__version__.py index f37318a1807..e57e514f210 100644 --- a/common/determined_common/__version__.py +++ b/common/determined_common/__version__.py @@ -1 +1 @@ -__version__ = "0.19.9-rc3" +__version__ = "0.19.9" diff --git a/common/setup.py b/common/setup.py index 2c9eb0ecd59..149087189d1 100644 --- a/common/setup.py +++ b/common/setup.py @@ -2,7 +2,7 @@ setup( name="determined-common", - version="0.19.9-rc3", + version="0.19.9", 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.19.9-rc3", + "determined==0.19.9", ], zip_safe=False, ) diff --git a/deploy/determined_deploy/__version__.py b/deploy/determined_deploy/__version__.py index f37318a1807..e57e514f210 100644 --- a/deploy/determined_deploy/__version__.py +++ b/deploy/determined_deploy/__version__.py @@ -1 +1 @@ -__version__ = "0.19.9-rc3" +__version__ = "0.19.9" diff --git a/deploy/setup.py b/deploy/setup.py index 520a378a4ac..dac601e0abf 100644 --- a/deploy/setup.py +++ b/deploy/setup.py @@ -2,7 +2,7 @@ setup( name="determined-deploy", - version="0.19.9-rc3", + version="0.19.9", 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.19.9-rc3", + "determined==0.19.9", ], ) diff --git a/harness/determined/__version__.py b/harness/determined/__version__.py index f37318a1807..e57e514f210 100644 --- a/harness/determined/__version__.py +++ b/harness/determined/__version__.py @@ -1 +1 @@ -__version__ = "0.19.9-rc3" +__version__ = "0.19.9" diff --git a/harness/determined/deploy/aws/templates/efs.yaml b/harness/determined/deploy/aws/templates/efs.yaml index ab395a8355b..26e77d9437b 100644 --- a/harness/determined/deploy/aws/templates/efs.yaml +++ b/harness/determined/deploy/aws/templates/efs.yaml @@ -101,7 +101,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.19.9-rc3 + Default: 0.19.9 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/fsx.yaml b/harness/determined/deploy/aws/templates/fsx.yaml index b7d2c94afe4..d4f25026200 100644 --- a/harness/determined/deploy/aws/templates/fsx.yaml +++ b/harness/determined/deploy/aws/templates/fsx.yaml @@ -101,7 +101,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.19.9-rc3 + Default: 0.19.9 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/govcloud.yaml b/harness/determined/deploy/aws/templates/govcloud.yaml index 863a371596d..9116f629862 100644 --- a/harness/determined/deploy/aws/templates/govcloud.yaml +++ b/harness/determined/deploy/aws/templates/govcloud.yaml @@ -67,7 +67,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.19.9-rc3 + Default: 0.19.9 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/secure.yaml b/harness/determined/deploy/aws/templates/secure.yaml index 592a95f65e1..8cb7e6e1b7d 100644 --- a/harness/determined/deploy/aws/templates/secure.yaml +++ b/harness/determined/deploy/aws/templates/secure.yaml @@ -122,7 +122,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master image - Default: 0.19.9-rc3 + Default: 0.19.9 DBPassword: Type: String diff --git a/harness/determined/deploy/aws/templates/simple.yaml b/harness/determined/deploy/aws/templates/simple.yaml index 884eebb43f0..247843270cc 100644 --- a/harness/determined/deploy/aws/templates/simple.yaml +++ b/harness/determined/deploy/aws/templates/simple.yaml @@ -93,7 +93,7 @@ Parameters: Version: Type: String Description: Determined version or commit for master docker image - Default: 0.19.9-rc3 + Default: 0.19.9 DBPassword: Type: String diff --git a/harness/setup.py b/harness/setup.py index 9aefe965ddb..18167a2bddf 100644 --- a/harness/setup.py +++ b/harness/setup.py @@ -2,7 +2,7 @@ setup( name="determined", - version="0.19.9-rc3", + version="0.19.9", 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 70c089a8b19..5b30aae1a92 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.19.9-rc3" +version: "0.19.9" 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.19.9-rc3" +appVersion: "0.19.9" diff --git a/model_hub/examples/huggingface/language-modeling/clm_config.yaml b/model_hub/examples/huggingface/language-modeling/clm_config.yaml index 5a3e2ad8cbc..48af7b12222 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 bdb8aa3b6df..fb2347161b7 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 8ab9048174c..e8f6f5cf586 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 edafcf66c03..366af3d6f63 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 ca76e4025fb..1ea4e9057c4 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 96c0897db89..9d08d3f6c9f 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 8cd90b5038d..747a6f3c329 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 6e1acd65f1f..296aab97c1e 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 abbec2f5be2..0a06402c60f 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 9d44bea8990..f611c5badbe 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 aeb6e6f0b5e..2cfa46c0d89 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 8e54ea568e6..284f14c4848 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 fdddf5b633c..dc8dbaaf091 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.19.9-rc3 + gpu: determinedai/model-hub-transformers:0.19.9 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 751036b4bc2..504db89976e 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.19.9-rc3 + gpu: determinedai/model-hub-mmdetection:0.19.9 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 581db01d2d2..bcccb397b8e 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.19.9-rc3 + gpu: determinedai/model-hub-mmdetection:0.19.9 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/maskrcnn.yaml b/model_hub/examples/mmdetection/maskrcnn.yaml index 7224891f7ad..882c2bd4b43 100644 --- a/model_hub/examples/mmdetection/maskrcnn.yaml +++ b/model_hub/examples/mmdetection/maskrcnn.yaml @@ -40,7 +40,7 @@ searcher: max_restarts: 5 environment: image: - gpu: determinedai/model-hub-mmdetection:0.19.9-rc3 + gpu: determinedai/model-hub-mmdetection:0.19.9 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 a280f278ead..3ccc92731fc 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.19.9-rc3 + gpu: determinedai/model-hub-mmdetection:0.19.9 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 35a0a32ee01..f9d476af3ff 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.19.9-rc3 + gpu: determinedai/model-hub-mmdetection:0.19.9 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 f37318a1807..e57e514f210 100644 --- a/model_hub/model_hub/__version__.py +++ b/model_hub/model_hub/__version__.py @@ -1 +1 @@ -__version__ = "0.19.9-rc3" +__version__ = "0.19.9" diff --git a/model_hub/setup.py b/model_hub/setup.py index 8c483e64a4f..afea1e941cf 100644 --- a/model_hub/setup.py +++ b/model_hub/setup.py @@ -2,7 +2,7 @@ setup( name="model-hub", - version="0.19.9-rc3", + version="0.19.9", 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 1333054b3b8..c763caf9cd3 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.19.9-rc3"', + 'process.env.VERSION': '"0.19.9"', });