feat: update llama.cpp (#72)

add/first-example
Ettore Di Giacinto 1 year ago committed by GitHub
parent 43c557dc5c
commit 2b2f5fa36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

@ -2,7 +2,7 @@ GOCMD=go
GOTEST=$(GOCMD) test
GOVET=$(GOCMD) vet
BINARY_NAME=local-ai
GOLLAMA_VERSION?=llama.cpp-8687c1f
GOLLAMA_VERSION?=llama.cpp-25d7abb
GOGPT4ALLJ_VERSION?=1f7bff57f66cb7062e40d0ac3abd2217815e5109
GOGPT2_VERSION?=245a5bfe6708ab80dc5c733dcdbfbe3cfd2acdaa

Loading…
Cancel
Save