Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Cui <chcui@nvidia.com>
  • Loading branch information
cuichenx committed Sep 27, 2024
1 parent f0f651a commit 86113f5
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 86113f5

Please sign in to comment.