Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 8035328

Browse files
committed
update container path
Signed-off-by: dimapihtar <[email protected]>
1 parent 0d84bd7 commit 8035328

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ launcher_scripts_path: ${auto_configurator_path}/../launcher_scripts
19761976
fastertransformer_path: ${auto_configurator_path}/../FasterTransformer
19771977
base_results_dir: ${auto_configurator_path}/results
19781978
data_dir: ${launcher_scripts_path}/data
1979-
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.02
1979+
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
19801980
container_mounts:
19811981
- null
19821982
wandb: # Weights and Biases (W&B) logging.
@@ -5400,7 +5400,7 @@ VALID_DATA_PATH=/path/to/val_actor
54005400
TEST_DATA_PATH=/path/to/test_actor
54015401

54025402
NEMO_RLHF_DIR=/opt/nemo-rlhf
5403-
CONTAINER="nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.02"
5403+
CONTAINER="nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03"
54045404

54055405
mkdir -p $OUTPUT_DIR
54065406

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.02
21+
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
2222
container_mounts:
2323
- null
2424

auto_configurator/tests/config_tests/test_main_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_config(self):
2626
base_results_dir: ${auto_configurator_path}/results
2727
data_dir: ${launcher_scripts_path}/data
2828
29-
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.02
29+
training_container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
3030
container_mounts:
3131
- null
3232

csp_tools/aws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.02
15+
FROM nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
1616

1717
ARG EFA_INSTALLER_VERSION=latest
1818
ARG AWS_OFI_NCCL_VERSION=1.4.0-aws

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.02
42+
container: nvcr.io/ea-bignlp/ga-participants/nemofw-training:23.08.03
4343

4444
wandb_api_key_file: null # File where the w&B api key is stored. Key must be on the first line.
4545

0 commit comments

Comments
 (0)