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...
ggerganov
commited on
Sep 28, 2022
Commit
80cee92
·
unverified
·
2 Parent(s):
bf023d1
3dd88e6
Merge pull request #3 from cdosoftei/master
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