mirror of
https://github.com/ggerganov/whisper.cpp
synced 2026-04-23 23:31:33 +02:00
ggml : bump version to 0.9.8 (ggml/1442)
This commit is contained in:
parent
945d3151d9
commit
b2be16208d
@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
|
||||
### GGML Version
|
||||
set(GGML_VERSION_MAJOR 0)
|
||||
set(GGML_VERSION_MINOR 9)
|
||||
set(GGML_VERSION_PATCH 7)
|
||||
set(GGML_VERSION_PATCH 8)
|
||||
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
|
||||
|
||||
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user