Skip to content

Commit

Permalink
Update vllm/model_executor/models/llava.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cyrus Leung <[email protected]>
  • Loading branch information
Isotr0py and DarkLight1337 authored Dec 2, 2024
1 parent f904d32 commit ae080c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self,
text_hidden_size: int,
projector_hidden_act: str,
quant_config: Optional[QuantizationConfig] = None,
prefix=""):
prefix: str = ""):
super().__init__()

self.linear_1 = ColumnParallelLinear(vision_hidden_size,
Expand Down

0 comments on commit ae080c8

Please sign in to comment.