mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-15 07:19:53 +00:00
set GGML_WIN_VER to 0x601 (WIN7)
This commit is contained in:
parent
e8119ef670
commit
0ad8c88d3f
@ -99,7 +99,7 @@ option(GGML_LSX "ggml: enable lsx" ON)
|
|||||||
option(GGML_SVE "ggml: enable SVE" OFF)
|
option(GGML_SVE "ggml: enable SVE" OFF)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(GGML_WIN_VER "0x602" CACHE STRING "ggml: Windows Version")
|
set(GGML_WIN_VER "0x601" CACHE STRING "ggml: Windows Version")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# ggml core
|
# ggml core
|
||||||
|
Loading…
Reference in New Issue
Block a user