mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
fix(deps): update go-llama.cpp (#980)
**Description** This PR bumps llama.cpp (adding support to gguf v2) and changes the default test model --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
c64b59c80c
commit
1ff30034e8
2 changed files with 14 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ GOVET=$(GOCMD) vet
|
|||
BINARY_NAME=local-ai
|
||||
|
||||
# llama.cpp versions
|
||||
GOLLAMA_VERSION?=9072315164dc4764e10a176688b309dc848a9b25
|
||||
GOLLAMA_VERSION?=bf3f9464906790082cc049222bb5d7230f66cb52
|
||||
|
||||
GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue