Skip to content

Commit

Permalink
Remove supports_lora=True
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon committed Jun 27, 2024
1 parent 7db6122 commit df2c007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/model_executor/models/gemma2.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ def forward(


class Gemma2ForCausalLM(nn.Module, SupportsLoRA):
supports_lora = True

packed_modules_mapping = {
"qkv_proj": [
"q_proj",
Expand Down

0 comments on commit df2c007

Please sign in to comment.