From 9fc4e12afdabc29eac4be0d7aa03fa7623295bfc Mon Sep 17 00:00:00 2001 From: Ankur Srivastava <101727556+awsankur@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:37:27 -0700 Subject: [PATCH] Update config.yaml --- .../2.nemo-launcher/EKS/launcher_scripts/conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}