Skip to content

Commit

Permalink
update sglang.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayon02 committed Feb 27, 2025
1 parent e6e9be7 commit c3740a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/distilabel/models/llms/sglang.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ class User(BaseModel):

_model: "_SGLang" = PrivateAttr(None)
_tokenizer: "PreTrainedTokenizer" = PrivateAttr(None)
# Jayon: I don't know
_structured_output_logits_processor: Optional[Callable] = PrivateAttr(default=None)

def load(self) -> None:
"""Loads the `SGLang` model using either the path or the Hugging Face Hub repository id.
Expand Down

0 comments on commit c3740a9

Please sign in to comment.