This repository was archived by the owner on Jan 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1976,7 +1976,7 @@ launcher_scripts_path: ${auto_configurator_path}/../launcher_scripts
19761976fastertransformer_path: ${auto_configurator_path}/../FasterTransformer
19771977base_results_dir: ${auto_configurator_path}/results
19781978data_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
19801980container_mounts:
19811981 - null
19821982wandb: # Weights and Biases (W&B) logging.
@@ -5400,7 +5400,7 @@ VALID_DATA_PATH=/path/to/val_actor
54005400TEST_DATA_PATH=/path/to/test_actor
54015401
54025402NEMO_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
54055405mkdir -p $OUTPUT_DIR
54065406
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ launcher_scripts_path: ${auto_configurator_path}/../launcher_scripts
1818base_results_dir : ${auto_configurator_path}/results
1919data_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
2222container_mounts :
2323 - null
2424
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1717ARG EFA_INSTALLER_VERSION=latest
1818ARG AWS_OFI_NCCL_VERSION=1.4.0-aws
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ data_dir: ${launcher_scripts_path}/data # Location to store and read the data.
3939base_results_dir : ${launcher_scripts_path}/results # Location to store the results, checkpoints and logs.
4040container_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
4444wandb_api_key_file : null # File where the w&B api key is stored. Key must be on the first line.
4545
You can’t perform that action at this time.
0 commit comments