We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5338385 commit 01c4363Copy full SHA for 01c4363
Makefile
@@ -4,7 +4,7 @@
4
5
.PHONY: build
6
build:
7
- cmake -B build
+ cmake -B build -DGGML_CUDA=$(GGML_CUDA) -DGGML_MUSA=$(GGML_MUSA)
8
cmake --build build --config Release
9
10
# download a few audio samples into folder "./samples":
@@ -41,7 +41,7 @@ samples:
41
42
tiny.en tiny base.en base small.en small medium.en medium large-v1 large-v2 large-v3 large-v3-turbo:
43
bash ./models/download-ggml-model.sh $@
44
45
46
@echo ""
47
@echo "==============================================="
0 commit comments