Add get_hidden_dim to qwen3.py for correct lora (#7312)

This commit is contained in:
Pavel Logachev
2025-07-20 05:31:16 +03:00
committed by GitHub
parent cbdfb77123
commit 877e35d775
5 changed files with 240 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ suites = {
TestFile("models/lora/test_multi_lora_backend.py", 60),
TestFile("models/lora/test_lora_cuda_graph.py", 250),
TestFile("models/lora/test_lora_update.py", 800),
TestFile("models/lora/test_lora_qwen3.py", 97),
TestFile("models/test_embedding_models.py", 73),
# TestFile("models/test_clip_models.py", 52),
TestFile("models/test_encoder_embedding_models.py", 100),