Skip to content

Commit 16cc218

Browse files
committed
update container path
Signed-off-by: dimapihtar <[email protected]>
1 parent 06984a8 commit 16cc218

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

auto_configurator/conf/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ launcher_scripts_path: ${auto_configurator_path}/../launcher_scripts
1818
base_results_dir: ${auto_configurator_path}/results
1919
data_dir: ${launcher_scripts_path}/data
2020

21-
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
21+
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.11
2222
container_mounts:
2323
- null
2424

launcher_scripts/conf/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ data_dir: ${launcher_scripts_path}/data # Location to store and read the data.
3939
base_results_dir: ${launcher_scripts_path}/results # Location to store the results, checkpoints and logs.
4040
container_mounts: # List of additional paths to mount to container. They will be mounted to same path.
4141
- null
42-
container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
42+
container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.11
4343

4444
wandb_api_key_file: null # File where the w&B api key is stored. Key must be on the first line.
4545
wandb_api_bcp_secret_key: null # For BCP clusters, read the W&B api key directly from the environment variable set as a secret from BCP. The value must match the name of the environment variable in BCP, such as WANDB_TOKEN.

launcher_scripts/tests/unit_tests/config_tests/test_main_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_config(self):
4646
base_results_dir: ${launcher_scripts_path}/results # Location to store the results, checkpoints and logs.
4747
container_mounts: # List of additional paths to mount to container. They will be mounted to same path.
4848
- null
49-
container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
49+
container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.11
5050
5151
wandb_api_key_file: null # File where the w&B api key is stored. Key must be on the first line.
5252
wandb_api_bcp_secret_key: null # For BCP clusters, read the W&B api key directly from the environment variable set as a secret from BCP. The value must match the name of the environment variable in BCP, such as WANDB_TOKEN.

0 commit comments

Comments
 (0)