Description
This project got my interest and wanted to give it a shot. Was attempting the getting started docker example and ran into issues:
LocalAI version:
Latest image
Environment, CPU architecture, OS, and Version:
Running in an ubuntu 22.04 VM with docker. Got an Xeon E3 with 4 cores+8threads; All threads are available for this VM with 16gig ram.
Describe the bug/reproduce
Ran this command:
docker run -p 8888:8080 -ti --rm quay.io/go-skynet/local-ai:latest --models-path /home/wouter/docker/LocalAI/models --context-size 700 --threads 4
Was assuming this would get my container up and running but ran into bugs as seen below is the output of the files.
Also attempted to pre-download a model using this:
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j
Expected behavior
A running container :)
Logs
`CMake Error at tests/CMakeLists.txt:145 (set_target_properties):
set_target_properties called with incorrect number of arguments.
-- Configuring incomplete, errors occurred!
See also "/build/go-ggml-transformers/build/CMakeFiles/CMakeOutput.log".
See also "/build/go-ggml-transformers/build/CMakeFiles/CMakeError.log".
make[1]: *** [Makefile:144: ggml.o] Error 1
make[1]: Leaving directory '/build/go-ggml-transformers'
make: *** [Makefile:181: go-ggml-transformers/libtransformers.a] Error 2`
Additional context
Hope somebody knows the answer!