Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <[email protected]>
  • Loading branch information
akoumpa committed Oct 31, 2024
1 parent 83efb9c commit d2fb454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4331,7 +4331,7 @@ jobs:
python tests/collections/llm/lora_mistralai.py \
--devices 2 \
--max_steps 3 \
--max-steps 3 \
--tp 1 \
--mbs 1 \
--model mixtral
Expand All @@ -4346,7 +4346,7 @@ jobs:
python tests/collections/llm/lora_mistralai.py \
--devices 2 \
--max_steps 3 \
--max-steps 3 \
--tp 1 \
--mbs 1 \
--model mistral
Expand All @@ -4361,7 +4361,7 @@ jobs:
python tests/collections/llm/lora_mistralai.py \
--devices 2 \
--max_steps 3 \
--max-steps 3 \
--tp 2 \
--mbs 1 \
--model mistral
Expand Down

0 comments on commit d2fb454

Please sign in to comment.