Skip to content

Commit

Permalink
clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
itazap committed Jul 23, 2024
1 parent 8f678a5 commit d149907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/quantization/ggml/test_ggml.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def test_qwen2_q4_0(self):
def test_llama3_q4_0_tokenizer(self):
tokenizer = AutoTokenizer.from_pretrained(self.llama3_model_id, gguf_file=self.q4_llama3_model_id)
with tempfile.TemporaryDirectory() as tmpdirname:
tmpdirname = "quant_test_3"
tokenizer.save_pretrained(tmpdirname)
tokenizer = AutoTokenizer.from_pretrained(tmpdirname)
special_sentence = "สวัสดี"
Expand Down

0 comments on commit d149907

Please sign in to comment.