From 86113f5c5a71021ed2cf1ab4fbd50dff13bd93bd Mon Sep 17 00:00:00 2001 From: Chen Cui Date: Fri, 27 Sep 2024 10:09:38 -0400 Subject: [PATCH] fix typo Signed-off-by: Chen Cui --- .github/workflows/cicd-main.yml | 64 ++++++++++++++++----------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index 6dd31d0e59cc..4969eac7afc0 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -5234,8 +5234,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 1 \ --pp_size 1 \ @@ -5244,8 +5244,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 1 \ --pp_size 1 \ @@ -5265,8 +5265,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 1 \ --pp_size 1 \ @@ -5275,8 +5275,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 1 \ --pp_size 1 \ @@ -5296,8 +5296,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 1 \ --pp_size 2 \ @@ -5306,8 +5306,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 1 \ --pp_size 2 \ @@ -5327,8 +5327,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 2 \ --pp_size 1 \ @@ -5337,8 +5337,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft none \ --tp_size 2 \ --pp_size 1 \ @@ -5358,8 +5358,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 1 \ --pp_size 1 \ @@ -5368,8 +5368,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 1 \ --pp_size 1 \ @@ -5389,8 +5389,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 1 \ --pp_size 1 \ @@ -5399,8 +5399,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 1 \ --pp_size 1 \ @@ -5420,8 +5420,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 1 \ --pp_size 2 \ @@ -5430,8 +5430,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 1 \ --pp_size 2 \ @@ -5451,8 +5451,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 3 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 3 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 2 \ --pp_size 1 \ @@ -5461,8 +5461,8 @@ jobs: python tests/collections/llm/gpt_finetuning.py \ --restore_path /TestData/nemo2_ckpt/llama_68M \ --devices 2 \ - --max-steps 6 \ - --experiment-dir tests/collections/llm/${{ github.run_id }} \ + --max_steps 6 \ + --experiment_dir tests/collections/llm/${{ github.run_id }} \ --peft lora \ --tp_size 2 \ --pp_size 1 \