summaryrefslogtreecommitdiff
path: root/gguf-py/tests/test_quants.py
diff options
context:
space:
mode:
Diffstat (limited to 'gguf-py/tests/test_quants.py')
-rwxr-xr-xgguf-py/tests/test_quants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gguf-py/tests/test_quants.py b/gguf-py/tests/test_quants.py
index 8b7a85c2..4353eef2 100755
--- a/gguf-py/tests/test_quants.py
+++ b/gguf-py/tests/test_quants.py
@@ -64,7 +64,7 @@ class GGMLQuants:
self.libggml.ggml_quantize_requires_imatrix.argtypes = (ctypes.c_int,)
for t in (
- "q4_0", "q4_1", "q5_0", "q5_1", "q8_0",
+ "q4_0", "q4_1", "q5_0", "q5_1", "q8_0", "q6_0",
"q2_K", "q3_K", "q4_K", "q5_K", "q6_K",
"iq2_xxs", "iq2_xs", "iq2_s", "iq3_xxs", "iq3_s", "iq1_s", "iq1_m",
"iq4_nl", "iq4_xs",