Skip to content

Commit

Permalink
Fix for encode failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Beo <[email protected]>
  • Loading branch information
flaviabeo committed Oct 25, 2024
1 parent 69222e4 commit 1e8558e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def __init__(
quant_config: Optional[QuantizationConfig] = None,
lora_config: Optional[LoRAConfig] = None,
prefix: str = "",
**kwargs
) -> None:
super().__init__()
self.config = config
Expand Down

0 comments on commit 1e8558e

Please sign in to comment.