File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ llama.cpp/llama.o:
227
227
llama.cpp/common.o :
228
228
cd build && cp -rf common/CMakeFiles/common.dir/common.cpp.o ../llama.cpp/common.o
229
229
230
+
230
231
binding.o : prepare llama.cpp/ggml.o llama.cpp/llama.o llama.cpp/common.o llama.cpp/grammar-parser.o llama.cpp/ggml-alloc.o
231
232
$(CXX ) $(CXXFLAGS ) -I./llama.cpp -I./llama.cpp/common binding.cpp -o binding.o -c $(LDFLAGS )
232
233
@@ -246,7 +247,7 @@ clean:
246
247
rm -rf build
247
248
248
249
ggllm-test-model.bin :
249
- wget -q https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q2_K .gguf -O ggllm-test-model.bin
250
+ wget -q https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q5_K_M .gguf -O ggllm-test-model.bin
250
251
251
252
test : ggllm-test-model.bin libbinding.a
252
253
C_INCLUDE_PATH=${INCLUDE_PATH} CGO_LDFLAGS=${CGO_LDFLAGS} LIBRARY_PATH=${LIBRARY_PATH} TEST_MODEL=$(abspath ./) /ggllm-test-model.bin go run github.com/onsi/ginkgo/v2/ginkgo --label-filter=" $( TEST_LABEL) " -v -r ./...
You can’t perform that action at this time.
0 commit comments