Replies: 1 comment
-
Looks like you tried to compile locally and then started docker-compose. Run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LocalAI version:1.17.1
commit ssh: fa58965
Environment, CPU architecture, OS, and Version:
Mac 12.6.1 Montery
Describe the bug
When trying to run docker-compose up -d --build it fails. Note that this occured sequentially in the steps provided in the tutorial, and im using gpt-4all like the examples
To Reproduce
git clone https://github.com/go-skynet/LocalAI.git
cd LocalAI
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j.bin
docker-compose up -d --build
Expected behavior
the build to succeed
Logs
logs from the docker build:
log from make test:
Additional context
Beta Was this translation helpful? Give feedback.
All reactions