Skip to content

Commit

Permalink
feat(qwen): add some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 27, 2025
1 parent 2613bfa commit 5dfd5a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def _reload():
("gemma", "GemmaForCausalLM"),
("mistral", "MistralForCausalLM"),
("mixtral", "MixtralForCausalLM"),
("qwen", "QwenForCausalLM"),
("qwen2", "QwenForCausalLM"),
),
)
def test_model_type_from_known_config(type: Tuple[str, str]):
Expand Down

0 comments on commit 5dfd5a4

Please sign in to comment.