Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
apaniukov authored and ilya-lavrenov committed Apr 8, 2024
1 parent 0298fea commit fd220db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tokenizers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def test_eos_token_id_rt_info_bpe(hf_bpe_tokenizers):


def test_eos_token_id_rt_info_tiktoken(hf_tiktoken_tokenizers):
eos_token_id = hf_tiktoken_tokenizers.eos_token_id
eos_token_id = hf_tiktoken_tokenizers.eos_token_id or hf_tiktoken_tokenizers.eod_id
ov_tokenizer, ov_detokenizer = convert_tokenizer(
hf_tiktoken_tokenizers,
with_detokenizer=True,
Expand Down

0 comments on commit fd220db

Please sign in to comment.