Skip to content

Commit

Permalink
sample server invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantiusBenignus committed Mar 3, 2024
1 parent 1cd0a53 commit c8561fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NET_TRANSCRIBE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ A typical invocation of the server executable would be something like this (can
```
/home/path_to/whisper.cpp/server --host 0.0.0.0 --port 58080 -t 8 -nt -m /dev/shm/ggml-base.en.bin &
```
or to use it from the machine it is running on (localhost) only:

```
/home/path_to/whisper.cpp/server --host 127.0.0.1 --port 58080 -t 8 -nt -m /dev/shm/ggml-base.en.bin &
```

* Please, run the script from the command line first to check for its dependencies and have them installed.

When **netwsi** is properly set up, Blurt will work the same way as with local instance of whisper.cpp. Likely faster.
Expand Down

0 comments on commit c8561fe

Please sign in to comment.