Mozilla-Ocho / llamafile

Distribute and run LLMs with a single file.
https://llamafile.ai
Other
20.53k stars 1.03k forks source link

Bug: whisperfile: The --help doesn't match the available options #546

Closed adamroyjones closed 3 months ago

adamroyjones commented 3 months ago

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

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.

Version

whisperfile v0.8.13

What operating system are you seeing the problem on?

Linux

Relevant log output

No response

adamroyjones commented 3 months ago

I see that support was added a few minutes ago. I'll close this.