mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
ci: add renovate suffix
This commit is contained in:
parent
2e424491c0
commit
885642915f
2
Makefile
2
Makefile
@ -2,10 +2,10 @@ GOCMD=go
|
||||
GOTEST=$(GOCMD) test
|
||||
GOVET=$(GOCMD) vet
|
||||
BINARY_NAME=local-ai
|
||||
|
||||
GOLLAMA_VERSION?=llama.cpp-f4cef87
|
||||
GOGPT4ALLJ_VERSION?=1f7bff57f66cb7062e40d0ac3abd2217815e5109
|
||||
GOGPT2_VERSION?=245a5bfe6708ab80dc5c733dcdbfbe3cfd2acdaa
|
||||
|
||||
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
|
||||
RWKV_VERSION?=af62fcc432be2847acb6e0688b2c2491d6588d58
|
||||
|
||||
|
@ -7,28 +7,28 @@
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["GOGPT4ALLJ_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp",
|
||||
"depNameTemplate": "https://github.com/go-skynet/go-gpt4all-j.cpp.git",
|
||||
"currentValueTemplate": "master"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["GOLLAMA_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp",
|
||||
"depNameTemplate": "https://github.com/go-skynet/go-llama.cpp.git",
|
||||
"currentValueTemplate": "master"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["GOGPT2_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp",
|
||||
"depNameTemplate": "https://github.com/go-skynet/go-gpt2.cpp.git",
|
||||
"currentValueTemplate": "master"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
"matchStrings": ["RWKV_VERSION?=(?<currentDigest>.*)\\n"],
|
||||
"datasourceTemplate": "git-refs",
|
||||
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp",
|
||||
"depNameTemplate": "https://github.com/donomii/go-rwkv.cpp.git",
|
||||
"currentValueTemplate": "main"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user