We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2268ce0 commit 74d660aCopy full SHA for 74d660a
ggml/CMakeLists.txt
@@ -92,7 +92,7 @@ else()
92
endif()
93
94
option(GGML_CPU_HBM "ggml: use memkind for CPU HBM" OFF)
95
-option(GGML_CPU_AARCH64 "ggml: use runtime weight conversionn of Q4_0 to Q4_X_X" ON)
+option(GGML_CPU_AARCH64 "ggml: use runtime weight conversion of Q4_0 to Q4_X_X" ON)
96
97
option(GGML_AVX "ggml: enable AVX" ${INS_ENB})
98
option(GGML_AVX2 "ggml: enable AVX2" ${INS_ENB})
0 commit comments