mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 08:25:00 +00:00
fix(llama.cpp): update, run go mod tidy (#1088)
**Description** This PR supersedes #1086 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
7bdf707dd3
commit
601e54000d
3 changed files with 4 additions and 53 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ GOVET=$(GOCMD) vet
|
|||
BINARY_NAME=local-ai
|
||||
|
||||
# llama.cpp versions
|
||||
GOLLAMA_VERSION?=7d7ded37383a16d189451080cdc0a3bf1aca2673
|
||||
GOLLAMA_VERSION?=d9f6176409de0a2b5ce798de502545c6721e346e
|
||||
|
||||
GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue