Skip to content

Commit

Permalink
support_tokenizer_trust_remote_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Shas3011 committed Jul 7, 2023
1 parent 50ce6a7 commit 2116983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ctranslate2/converters/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def _load(self):
tokenizer = self.load_tokenizer(
tokenizer_class,
self._model_name_or_path,
**kwargs
)

spec = loader(model, tokenizer)
Expand Down

0 comments on commit 2116983

Please sign in to comment.