Skip to content

Commit

Permalink
fix windows download
Browse files Browse the repository at this point in the history
  • Loading branch information
Weaxs authored Nov 25, 2023
1 parent 251c291 commit 7c1cf97
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 @@ -249,7 +249,7 @@ endif
ggllm-test-model.bin:
wget -q -N https://huggingface.co/Xorbits/chatglm3-6B-GGML/resolve/main/chatglm3-ggml-q4_0.bin -O ggllm-test-model.bin
windows/ggllm-test-model.bin:
Invoke-WebRequest -Uri "https://huggingface.co/Xorbits/chatglm3-6B-GGML/resolve/main/chatglm3-ggml-q4_0.bin" -OutFile "ggllm-test-model.bin"
powershell -Command "Invoke-WebRequest -Uri 'https://huggingface.co/Xorbits/chatglm3-6B-GGML/resolve/main/chatglm3-ggml-q4_0.bin' -OutFile 'ggllm-test-model.bin'"

test: $(DOWNLOAD_TARGETS) libbinding.a
go mod tidy && TEST_MODEL=ggllm-test-model.bin go test ${CGO_TAGS} .

0 comments on commit 7c1cf97

Please sign in to comment.