Add ut for qwen model (#2947)

This commit is contained in:
Ke Bao
2025-01-18 00:03:54 +08:00
committed by GitHub
parent 033c715b46
commit d47c5101f1
2 changed files with 79 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ suites = {
"models/test_embedding_models.py",
"models/test_generation_models.py",
"models/test_lora.py",
"models/test_qwen_models.py",
"models/test_reward_models.py",
"sampling/penaltylib",
"test_abort.py",