Skip to content

Commit

Permalink
fixed gemma tokenizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoffatt2 committed Dec 10, 2024
1 parent b1e744e commit 1b7d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/template/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_custom_char_tokenizer_with_byte_fallback(self):
os.remove(args.custom_chars_file)

def test_gemma_tokenizer(self):
args = Namespace(qwen2_model="gemma-2b")
args = Namespace(gemma_model="gemma-2b")
tokenizer = GemmaTokenizer(args)

# Tokenize
Expand Down

0 comments on commit 1b7d4a2

Please sign in to comment.