makaveli10 commited on
Commit
91de2f7
1 Parent(s): d4294c9

add client instructions to readme

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -66,7 +66,12 @@ python3 main.py --whisper_tensorrt_path /root/TensorRT-LLM/examples/whisper/whis
66
  --mistral_tensorrt_path /root/TensorRT-LLM/examples/llama/tmp/mistral/7B/trt_engines/fp16/1-gpu/ \
67
  --mistral_tokenizer_path teknium/OpenHermes-2.5-Mistral-7B
68
  ```
69
- - Use the `WhisperBot/client.py` script to run on the client side.
 
 
 
 
 
70
 
71
 
72
  ## Contact Us
 
66
  --mistral_tensorrt_path /root/TensorRT-LLM/examples/llama/tmp/mistral/7B/trt_engines/fp16/1-gpu/ \
67
  --mistral_tokenizer_path teknium/OpenHermes-2.5-Mistral-7B
68
  ```
69
+ - On the client side clone the repo, install the requirements and execute `run_client.py`
70
+ ```bash
71
+ cd WhisperBot
72
+ pip install -r requirements.txt
73
+ python3 run_client.py
74
+ ```
75
 
76
 
77
  ## Contact Us