Fix words typos in ggml test. (#36060)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
湛露先生
2025-02-06 23:32:40 +08:00
committed by GitHub
parent 1ce0e2992e
commit 1590c66430

View File

@@ -43,7 +43,7 @@ class GgufQuantizationTests(unittest.TestCase):
Test cases for weights dequantization with GGUF models. Test cases for weights dequantization with GGUF models.
Note: The quantization names should keep aligned with `GGMLQuantizationType` in gguf-py: 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 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" example_text = "Hello"