mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-19 05:15:21 +00:00
ggml : bump version to 0.20.0 (ggml/1584)
This commit is contained in:
parent
1692f9e50b
commit
06ae2326ba
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
|
|||
|
||||
### GGML Version
|
||||
set(GGML_VERSION_MAJOR 0)
|
||||
set(GGML_VERSION_MINOR 19)
|
||||
set(GGML_VERSION_MINOR 20)
|
||||
set(GGML_VERSION_PATCH 0)
|
||||
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue