Closed adamroyjones closed 3 months ago
No response
In short: --server is mentioned in the help/man, but it's currently an invalid option.
More fully, as of https://huggingface.co/Mozilla/whisperfile/commit/e2aceee8f52595b117fe1f9958edf23880ea5e1b, I find that if I run
wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.llamafile chmod +x ./whisper-tiny.llamafile ./whisper-tiny.llamafile --help
then I see mentions of --server, but
./whisper-tiny.llamafile --server
prints out
error: unknown argument: --server
and exits with a code of 0.
A server option and the possibility of streaming from my microphone to my computer using open, working parts would be... wonderful.
whisperfile v0.8.13
Linux
I see that support was added a few minutes ago. I'll close this.
Contact Details
No response
What happened?
In short: --server is mentioned in the help/man, but it's currently an invalid option.
More fully, as of https://huggingface.co/Mozilla/whisperfile/commit/e2aceee8f52595b117fe1f9958edf23880ea5e1b, I find that if I run
then I see mentions of --server, but
prints out
and exits with a code of 0.
A server option and the possibility of streaming from my microphone to my computer using open, working parts would be... wonderful.
Version
whisperfile v0.8.13
What operating system are you seeing the problem on?
Linux
Relevant log output
No response