]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
readme : remove invalid flag from Python example (#2396)
authorUsernamesLame <redacted>
Fri, 30 Aug 2024 11:00:38 +0000 (07:00 -0400)
committerGitHub <redacted>
Fri, 30 Aug 2024 11:00:38 +0000 (14:00 +0300)
commit9600fc3eb1c1edf3cbacd26fba5a5533ec4db209
treee0f1889807bc5e9b79f7959dde4aa74b59543db7
parente2e55a6fed8d588f3e67d188ff618becf207eac0
readme : remove invalid flag from Python example (#2396)

* Update README.md

Fix broken C-style API link

* Update whisper_processor.py

Update examples/python/whisper_processor.py to remove nonexistent flag "-np" from subprocess.Popen call.

* Add pywhispercpp to the Pybind11 Python wrapper list

abdeladim-s/pywhispercpp wasn't added to the list / was removed at some point (?)

It was referenced in issue #9, so I feel like it's worthy of being added as it's the first if not one of the first Python wrappers for whisper.cpp
README.md
examples/python/whisper_processor.py