Skip to content

Commit

Permalink
rm llama change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ita Zaporozhets authored and Ita Zaporozhets committed Oct 18, 2024
1 parent 3a0e825 commit e975d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/models/llama/test_tokenization_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
AutoTokenizer,
LlamaTokenizer,
LlamaTokenizerFast,
PreTrainedTokenizerFast
PreTrainedTokenizerFast,
)
from transformers.convert_slow_tokenizer import convert_slow_tokenizer
from transformers.testing_utils import (
Expand All @@ -54,9 +54,9 @@
class LlamaTokenizationTest(TokenizerTesterMixin, unittest.TestCase):
from_pretrained_id = ["hf-internal-testing/llama-tokenizer", "meta-llama/Llama-2-7b-hf"]
tokenizer_class = LlamaTokenizer
rust_tokenizer_class = PreTrainedTokenizerFast
rust_tokenizer_class = LlamaTokenizerFast

test_rust_tokenizer = True
test_rust_tokenizer = False
test_sentencepiece = True
from_pretrained_kwargs = {}

Expand Down

0 comments on commit e975d96

Please sign in to comment.