From 1590c664306766f32ba68c50e67f14d61b16925d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E9=9C=B2=E5=85=88=E7=94=9F?= Date: Thu, 6 Feb 2025 23:32:40 +0800 Subject: [PATCH] Fix words typos in ggml test. (#36060) Signed-off-by: zhanluxianshen --- tests/quantization/ggml/test_ggml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quantization/ggml/test_ggml.py b/tests/quantization/ggml/test_ggml.py index e00186618a..956da875a0 100644 --- a/tests/quantization/ggml/test_ggml.py +++ b/tests/quantization/ggml/test_ggml.py @@ -43,7 +43,7 @@ class GgufQuantizationTests(unittest.TestCase): Test cases for weights dequantization with GGUF models. Note: The quantization names should keep aligned with `GGMLQuantizationType` in gguf-py: https://github.com/ggerganov/llama.cpp/blob/4b0c638b9a68f577cb2066b638c9f622d91ee661/gguf-py/gguf/constants.py#L1545-L1576 - So quantization like Q4_K_M or Q4_K_S dshouldn't be added to this tests. + So quantization like Q4_K_M or Q4_K_S shouldn't be added to this tests. """ example_text = "Hello"