Skip to content

Commit

Permalink
CI fix (HabanaAI#563)
Browse files Browse the repository at this point in the history
Fix for the wrong flavor in CI config
  • Loading branch information
tzielinski-habana authored Nov 28, 2024
1 parent 756485f commit d83b62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stages:
flavor: g3
command: cd .jenkins/lm-eval-harness && bash run-tests.sh -c configs/models-fp8.txt -t 1
- name: gsm8k_small_g3_tp2_fp8
flavor: g3
flavor: g3.s
command: cd .jenkins/lm-eval-harness && bash run-tests.sh -c configs/models-fp8.txt -t 2
- name: test_gsm8k_mss
steps:
Expand Down

0 comments on commit d83b62f

Please sign in to comment.