Compare commits

...

3 Commits

Author SHA1 Message Date
LocalAI [bot] 86a53c0cf5
Merge af6820314c into e28ba4b807 2024-05-07 20:05:27 +00:00
mudler af6820314c ⬆️ Update nomic-ai/gpt4all
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-07 20:05:24 +00:00
Michael Mior e28ba4b807
Add missing Homebrew dependencies (#2256)
Signed-off-by: Michael Mior <michael.mior@gmail.com>
Signed-off-by: Michael Mior <mmior@mail.rit.edu>
2024-05-07 16:34:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ CPPLLAMA_VERSION?=858f6b73f6e57a62523d16a955d565254be889b4
# gpt4all version
GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all
GPT4ALL_VERSION?=27a8b020c36b0df8f8b82a252d261cda47cf44b8
GPT4ALL_VERSION?=cef74c2be20f5b697055d5b8b506861c7b997fab
# go-rwkv version
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp

View File

@ -144,7 +144,7 @@ Install `xcode` from the Apps Store (needed for metalkit)
```
# install build dependencies
brew install abseil cmake go grpc protobuf wget
brew install abseil cmake go grpc protobuf wget protoc-gen-go protoc-gen-go-grpc
# clone the repo
git clone https://github.com/go-skynet/LocalAI.git