We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdedd37 commit c3af20dCopy full SHA for c3af20d
ci_scripts/train/slurm_train.sh
@@ -8,7 +8,7 @@ source ./ci_scripts/common/variables.sh
8
readonly CKPTS_PATH="$GITHUB_WORKSPACE/llm_ckpts"
9
readonly CKPTS20_PATH="$GITHUB_WORKSPACE/llm_ckpts/20"
10
readonly CKPTS20_OUTPUT="${CKPTS20_PATH}/*.pt"
11
-expected_num=22
+expected_num=23
12
exit_code=0
13
14
source ./ci_scripts/common/basic_func.sh
ci_scripts/train/torchrun.sh
readonly CKPTS_OUTPUT="${CKPTS20_PATH}/*.pt"
0 commit comments