mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 22:20:43 +00:00
fix: downgrade gpt4all
There seems to be a regression in gpt4all master(bindings) preventing models to load Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
parent
3070e9503a
commit
564818f52c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -4,8 +4,8 @@ GOVET=$(GOCMD) vet
|
||||||
BINARY_NAME=local-ai
|
BINARY_NAME=local-ai
|
||||||
|
|
||||||
GOLLAMA_VERSION?=3f10005b70c657c317d2cae4c22a9bd295f54a3c
|
GOLLAMA_VERSION?=3f10005b70c657c317d2cae4c22a9bd295f54a3c
|
||||||
GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all
|
GPT4ALL_REPO?=https://github.com/go-skynet/gpt4all
|
||||||
GPT4ALL_VERSION?=bc624f5389d656b1995b6db592f76f5853712cf6
|
GPT4ALL_VERSION?=f7498c9
|
||||||
GOGGMLTRANSFORMERS_VERSION?=17b065584ef8f3280b6286235f0db95eec8a4b1c
|
GOGGMLTRANSFORMERS_VERSION?=17b065584ef8f3280b6286235f0db95eec8a4b1c
|
||||||
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
|
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
|
||||||
RWKV_VERSION?=049c1b54798a0fb8429a0905060fa5e2d64255ca
|
RWKV_VERSION?=049c1b54798a0fb8429a0905060fa5e2d64255ca
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue