Skip to content

Commit

Permalink
Fix CI rules
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Dec 6, 2024
1 parent ed61be8 commit 1158a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def to_test(
return True
elif "huggyllama" in model_name and IS_GAUDI2 and deepspeed:
return True
elif "gemma" in model_name and IS_GAUDI2:
return True

return False

Expand Down

0 comments on commit 1158a5c

Please sign in to comment.