Open SoftologyPro opened 10 months ago
@SoftologyPro Okay, to run outside docker a few things:
setup your cuda environment, cuda 12.3
preferably
And install dependencies by running the docker/base-image/install-deps.sh
Next install tensorrt-llm
by running docker/base-image/install-trt-llm.sh
If everything works as expected, you only need to convert whisper
and phi
to tensorrt. Use the scripts we provide for the same.
@makaveli10
May i ask how you build this docker image? http://ghcr.io/collabora/whisperbot-base:latest
Any instructions for installing this without needing Docker?
I setup a new Python environment with these commands
I change into the
examples/chatbot/html
directory and runpython -m http.server
I can open the webpage and click the microphone, but when I speak it is not recognised and/or shown.What else do I need to run outside Docker?