Add get_hidden_dim to qwen3.py for correct lora (#7312)
This commit is contained in:
@@ -84,7 +84,6 @@ class TestLoRA(CustomTestCase):
|
||||
torch.use_deterministic_algorithms(True)
|
||||
|
||||
def _run_lora_multiple_batch_on_model_cases(self, model_cases: List[LoRAModelCase]):
|
||||
|
||||
for model_case in model_cases:
|
||||
for torch_dtype in TORCH_DTYPES:
|
||||
max_new_tokens = 32
|
||||
|
||||
Reference in New Issue
Block a user