File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ models/ggml-base.en.bin          100%[==========================================
1717Done! Model 'base.en' saved in 'models/ggml-base.en.bin' 
1818You can now use it like this: 
1919
20-   $ ./main  -m models/ggml-base.en.bin -f samples/jfk.wav 
20+   $ ./build/bin/whisper-cli  -m models/ggml-base.en.bin -f samples/jfk.wav 
2121``` 
2222
2323### 2. Manually download pre-converted models  
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ printf "Done! Model '%s' saved in 'models/ggml-%s.mlmodel'\n" "$model" "$model"
8181printf  " Run the following command to compile it:\n\n" 
8282printf  "   $ xcrun coremlc compile ./models/ggml-%s.mlmodel ./models\n\n" " $model " 
8383printf  " You can now use it like this:\n\n" 
84- printf  "   $ ./main  -m models/ggml-%s.bin -f samples/jfk.wav\n" " $model " 
84+ printf  "   $ ./build/bin/whisper-cli  -m models/ggml-%s.bin -f samples/jfk.wav\n" " $model " 
8585printf  " \n" 
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if %ERRORLEVEL% neq 0 (
5050
5151echo  Done! Model %model%  saved in %root_path% \models\ggml-%model% .bin
5252echo  You can now use it like this:
53- echo  main .exe -m %root_path% \models\ggml-%model% .bin -f %root_path% \samples\jfk.wav
53+ echo  build\bin\Release\whisper-cli .exe -m %root_path% \models\ggml-%model% .bin -f %root_path% \samples\jfk.wav
5454
5555goto  :eof 
5656
Original file line number Diff line number Diff line change 128128
129129printf  " Done! Model '%s' saved in '%s/ggml-%s.bin'\n" " $model " " $models_path " " $model " 
130130printf  " You can now use it like this:\n\n" 
131- printf  "   $ ./main  -m %s/ggml-%s.bin -f samples/jfk.wav\n" " $models_path " " $model " 
131+ printf  "   $ ./build/bin/whisper-cli  -m %s/ggml-%s.bin -f samples/jfk.wav\n" " $models_path " " $model " 
132132printf  " \n" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments