diff --git a/3.test_cases/2.nemo-launcher/EKS/launcher_scripts/conf/config.yaml b/3.test_cases/2.nemo-launcher/EKS/launcher_scripts/conf/config.yaml index 587713fe..5daf7ad2 100644 --- a/3.test_cases/2.nemo-launcher/EKS/launcher_scripts/conf/config.yaml +++ b/3.test_cases/2.nemo-launcher/EKS/launcher_scripts/conf/config.yaml @@ -43,7 +43,7 @@ stages: cluster_type: k8s # bcm, bcp, or k8s. If bcm or k8s, it must match - cluster above. launcher_scripts_path: ${LAUNCHER_SCRIPTS_PATH}/launcher_scripts # Path to NeMo Megatron Launch scripts, should ends with /launcher_scripts data_dir: ${PATH_TO_FSX}/data # Location to store and read the data. -base_results_dir: ${LAUNCHER_SCRIPTS_PATH}/launcher_scripts/results # Location to store the results, checkpoints and logs. +base_results_dir: ${PATH_TO_FSX}/results # Location to store the results, checkpoints and logs. container: ${REPOSITORY}${IMAGE}${TAG}