Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier committed Dec 9, 2024
1 parent dc90c92 commit 2bc0b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/models/endpoints/endpoint_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
class InferenceModelConfig:
model: str
add_special_tokens: bool = True
generation_config: TextGenerationInputGenerateParameters
generation_config: dict = dict


@dataclass
Expand Down

0 comments on commit 2bc0b7f

Please sign in to comment.