Skip to content

Instantly share code, notes, and snippets.

@bigsnarfdude
Last active February 14, 2024 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigsnarfdude/37f4842a8dc7cff4c5a26c6e1317a49f to your computer and use it in GitHub Desktop.
Save bigsnarfdude/37f4842a8dc7cff4c5a26c6e1317a49f to your computer and use it in GitHub Desktop.
whisper.cpp ggml-large-v3
./main -m models/ggml-large-v3.bin -f ./samples/202206020900_goncalves.wav -otxt  (260s --- 4070 ti super)
./main -m models/ggml-large-v3.bin -f ./wav_files/*.wav -otxt

./main -m models/ggml-large-v3.bin -f ./wavz/*.wav -otxt > ~/wavez.log 2>&1 &
cat wavez.log | grep "output_txt: saving output to"

./main -m ./models/ggml-large-v3.bin -f ~/development/videoSummarization/files/audio/202206020900_goncalves.wav (1093s ---m2 pro)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment