Skip to content

Commit

Permalink
Fix Parse
Browse files Browse the repository at this point in the history
(cherry picked from commit 0298fea)
  • Loading branch information
apaniukov committed Apr 18, 2024
1 parent 137964f commit d52ec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/openvino_tokenizers/hf_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def parse(
),
]:
add_steps()
self.pipeline.eos_token_id = pipeline.get_eos_token_id(self.original_tokenizer)

self.pipeline.eos_token_id = self.pipeline.get_eos_token_id(self.original_tokenizer)
return self.pipeline

normalizers_map: Dict[
Expand Down

0 comments on commit d52ec5a

Please sign in to comment.