Skip to content

Commit

Permalink
fix: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 11, 2025
1 parent a0f19e3 commit 359208e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/llama.cpp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ index 20be9291..1bedc55d 100644
mparams.rpc_servers = params.rpc_servers.c_str();
mparams.main_gpu = params.main_gpu;
mparams.split_mode = params.split_mode;
diff --git a/ggml/src/ggml-cpu/CMakeLists.txt b/ggml/src/ggml-cpu/CMakeLists.txt
diff --git a/src/llama.cpp/ggml/src/ggml-cpu/CMakeLists.txt b/src/llama.cpp/ggml/src/ggml-cpu/CMakeLists.txt
index 6b3641c4..6d6cb27f 100644
--- a/src/llama.cpp/ggml/src/ggml-cpu/CMakeLists.txt
+++ b/src/llama.cpp/ggml/src/ggml-cpu/CMakeLists.txt
Expand All @@ -34,4 +34,4 @@ index 6b3641c4..6d6cb27f 100644
+ list(APPEND ARCH_FLAGS /arch:armv8.7)
else()
check_cxx_compiler_flag(-mfp16-format=ieee GGML_COMPILER_SUPPORTS_FP16_FORMAT_I3E)
if (NOT "${GGML_COMPILER_SUPPORTS_FP16_FORMAT_I3E}" STREQUAL "")
if (NOT "${GGML_COMPILER_SUPPORTS_FP16_FORMAT_I3E}" STREQUAL "")

0 comments on commit 359208e

Please sign in to comment.