hellork commited on
Commit
06d539b
1 Parent(s): da51a96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -159,9 +159,10 @@ GGML_CUDA=1 make -j # assuming CUDA is available. see docs
159
  ln -s server ~/.local/bin/whisper_cpp_server # (just put it somewhere in $PATH)
160
 
161
  whisper_cpp_server -l en -m models/ggml-tiny.en.bin --port 7777
 
162
  ./whisper_cpp_client.py
163
  ```
164
- See [the docs](https://github.com/themanyone/whisper_dictation) for tips on enabling the computer to talk back, draw AI images, carry out voice commands, and other features.
165
 
166
  ### Install Llama.cpp via git:
167
 
 
159
  ln -s server ~/.local/bin/whisper_cpp_server # (just put it somewhere in $PATH)
160
 
161
  whisper_cpp_server -l en -m models/ggml-tiny.en.bin --port 7777
162
+ cd whisper_dictation
163
  ./whisper_cpp_client.py
164
  ```
165
+ See [the docs](https://github.com/themanyone/whisper_dictation) for tips on integrating with llama.cpp server, enabling the computer to talk back, draw AI images, carry out voice commands, and other features.
166
 
167
  ### Install Llama.cpp via git:
168