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 e4bf87b commit 527ff15Copy full SHA for 527ff15
ggml/CMakeLists.txt
@@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
4
### GGML Version
5
set(GGML_VERSION_MAJOR 0)
6
set(GGML_VERSION_MINOR 9)
7
-set(GGML_VERSION_PATCH 3)
+set(GGML_VERSION_PATCH 4)
8
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
9
10
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)
scripts/sync-ggml.last
@@ -1 +1 @@
1
-c69f4f6f1cb6d4d272e4353fedb4493fbb4102c2
+72632094336524a9c809e129e8b1c52154543a5a
0 commit comments