From d149907011658f031a4489f20a5637832f87e0be Mon Sep 17 00:00:00 2001 From: Ita Zaporozhets Date: Tue, 23 Jul 2024 10:58:30 +0200 Subject: [PATCH] clean test --- tests/quantization/ggml/test_ggml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/quantization/ggml/test_ggml.py b/tests/quantization/ggml/test_ggml.py index f09ebf26deae..a5866094a1cc 100644 --- a/tests/quantization/ggml/test_ggml.py +++ b/tests/quantization/ggml/test_ggml.py @@ -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 = "สวัสดี"