Skip to content

Commit c8561fe

Browse files
sample server invocation
1 parent 1cd0a53 commit c8561fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NET_TRANSCRIBE.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ A typical invocation of the server executable would be something like this (can
1616
```
1717
/home/path_to/whisper.cpp/server --host 0.0.0.0 --port 58080 -t 8 -nt -m /dev/shm/ggml-base.en.bin &
1818
```
19+
or to use it from the machine it is running on (localhost) only:
20+
21+
```
22+
/home/path_to/whisper.cpp/server --host 127.0.0.1 --port 58080 -t 8 -nt -m /dev/shm/ggml-base.en.bin &
23+
```
24+
1925
* Please, run the script from the command line first to check for its dependencies and have them installed.
2026

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

0 commit comments

Comments
 (0)