Skip to content

Commit df2c007

Browse files
committed
Remove supports_lora=True
1 parent 7db6122 commit df2c007

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/model_executor/models/gemma2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ def forward(
293293

294294

295295
class Gemma2ForCausalLM(nn.Module, SupportsLoRA):
296-
supports_lora = True
297-
298296
packed_modules_mapping = {
299297
"qkv_proj": [
300298
"q_proj",

0 commit comments

Comments
 (0)