From d6b51ccd7d6c8aaeedf814dd07a516aff718b89a Mon Sep 17 00:00:00 2001 From: makaveli <39617050+makaveli10@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:33:12 +0530 Subject: [PATCH] Update TensorRT_whisper.md typo: setup.sh file path --- TensorRT_whisper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorRT_whisper.md b/TensorRT_whisper.md index 10bd4e5..6ff2868 100644 --- a/TensorRT_whisper.md +++ b/TensorRT_whisper.md @@ -48,7 +48,7 @@ bash scripts/build_whisper_tensorrt.sh /root/TensorRT-LLM-examples small cd /home/WhisperLive # Install requirements -bash setup.sh +bash scripts/setup.sh pip install -r requirements/server.txt # Required to create mel spectogram