Spaces:
Paused
Paused
Commit
Β·
8783d1e
1
Parent(s):
526db9a
feat: add dockerfile
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
title: "WhisperFusion"
|
2 |
emoji: "π"
|
3 |
colorFrom: "pink"
|
@@ -29,3 +30,4 @@ description: "WhisperFusion is an AI chatbot that provides ultra-low latency con
|
|
29 |
installation: "Install [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM/blob/main/docs/source/installation.md) to build Whisper and Mistral TensorRT engines. Refer to the README and the [Dockerfile.multi](https://github.com/NVIDIA/TensorRT-LLM/blob/main/docker/Dockerfile.multi) to install the required packages in the base pytorch docker image."
|
30 |
usage: "Run the main.py script with the appropriate arguments to start the chatbot."
|
31 |
source: "This information is provided by Hugging Face."
|
|
|
|
1 |
+
---
|
2 |
title: "WhisperFusion"
|
3 |
emoji: "π"
|
4 |
colorFrom: "pink"
|
|
|
30 |
installation: "Install [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM/blob/main/docs/source/installation.md) to build Whisper and Mistral TensorRT engines. Refer to the README and the [Dockerfile.multi](https://github.com/NVIDIA/TensorRT-LLM/blob/main/docker/Dockerfile.multi) to install the required packages in the base pytorch docker image."
|
31 |
usage: "Run the main.py script with the appropriate arguments to start the chatbot."
|
32 |
source: "This information is provided by Hugging Face."
|
33 |
+
---
|