This commit is contained in:
2024-09-21 17:42:24 -04:00
parent 3a7c940a3d
commit 8f2d53777b
6 changed files with 48 additions and 47 deletions

View File

@@ -65,8 +65,8 @@ in
# compile flags
[
"-Ofast"
"-march=alderlake"
"-mtune=alderlake"
"-march=native"
"-mtune=native"
"-fno-protect-parens"
"-fno-finite-math-only" # https://github.com/ggerganov/llama.cpp/pull/7154#issuecomment-2143844461
]