Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cdosoftei
commited on
Sep 28, 2022
Commit
3dd88e6
·
unverified
·
1 Parent(s):
bf023d1
Pass -pthread to linker
Browse files
Files changed (1)
hide
show
Makefile
+1
-1
Makefile
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
main: ggml.o main.o
2
-
g++ -o main ggml.o main.o
3
./main -h
4
5
ggml.o: ggml.c ggml.h
1
main: ggml.o main.o
2
+
g++ -
pthread -
o main ggml.o main.o
3
./main -h
4
5
ggml.o: ggml.c ggml.h