From 69c92298a9e36dc2363b3bf50452976ce49487b3 Mon Sep 17 00:00:00 2001 From: Stephan Walter Date: Wed, 22 Mar 2023 17:29:06 +0000 Subject: Deduplicate q4 quantization functions (#383) * Deduplicate q4 quantization functions * Use const; add basic test * Re-enable quantization test * Disable AVX2 flags in CI --------- Co-authored-by: Georgi Gerganov --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5882fc7..6ce9cc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: run: | mkdir build cd build - cmake .. + cmake -DLLAMA_AVX2=OFF .. cmake --build . --config Release ctest --output-on-failure -- cgit v1.2.3