Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Weaxs authored Nov 25, 2023
1 parent 6419824 commit 9144256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ clean:


ggllm-test-model.bin:
curl -s -O https://huggingface.co/Xorbits/chatglm3-6B-GGML/resolve/main/chatglm3-ggml-q4_0.bin -o ggllm-test-model.bin
curl -s -o ggllm-test-model.bin https://huggingface.co/Xorbits/chatglm3-6B-GGML/resolve/main/chatglm3-ggml-q4_0.bin

test: ggllm-test-model.bin libbinding.a
go mod tidy && TEST_MODEL=ggllm-test-model.bin go test -tags ${CGO_TAGS} .
Expand Down

0 comments on commit 9144256

Please sign in to comment.