gabluz commited on
Commit
a908109
1 Parent(s): 927a3e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,11 +1,17 @@
1
  # How to run this ggml file?
2
 
3
- WARNING: this can be slow and CPU intensive!
 
4
  Clone whisper.cpp repository:
 
5
  git clone https://github.com/ggerganov/whisper.cpp
 
6
  cd whisper.cpp
 
7
  make
 
8
  place this model called large_q5_0.bin inside whisper.cpp/models folder and run:
 
9
  ./main -m models/large_q5_0.bin yourfilename.wav
10
 
11
  It can transcribe ONLY wav files!
 
1
  # How to run this ggml file?
2
 
3
+ WARNING: this can be slow and CPU intensive
4
+
5
  Clone whisper.cpp repository:
6
+
7
  git clone https://github.com/ggerganov/whisper.cpp
8
+
9
  cd whisper.cpp
10
+
11
  make
12
+
13
  place this model called large_q5_0.bin inside whisper.cpp/models folder and run:
14
+
15
  ./main -m models/large_q5_0.bin yourfilename.wav
16
 
17
  It can transcribe ONLY wav files!