Reduce CI duration of test_lora_update. (#9024)

This commit is contained in:
Lifu Huang
2025-08-10 15:34:04 -07:00
committed by GitHub
parent 2c7f01bc89
commit e322a94d1f
2 changed files with 49 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ suites = {
TestFile("lora/test_lora_backend.py", 99),
TestFile("lora/test_multi_lora_backend.py", 60),
TestFile("lora/test_lora_cuda_graph.py", 250),
TestFile("lora/test_lora_update.py", 800),
TestFile("lora/test_lora_update.py", 400),
TestFile("lora/test_lora_qwen3.py", 97),
TestFile("models/test_embedding_models.py", 73),
# TestFile("models/test_clip_models.py", 52),