Skip to content

Commit

Permalink
refactor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Dec 19, 2024
1 parent d275152 commit ea6af59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/distilabel/models/llms/llamacpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def load(self) -> None:
raise ImportError(
"Transformers is not installed. Please install it using `pip install transformers`."
) from ie

self._tokenizer = AutoTokenizer.from_pretrained(self.tokenizer_id)

# NOTE: Here because of the custom `logging` interface used, since it will create the logging name
Expand Down

0 comments on commit ea6af59

Please sign in to comment.