k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
473 stars 97 forks source link

:bug: fix issue on trt-llm dev version #573

Closed eleapttn closed 2 months ago

eleapttn commented 2 months ago

fix trt-llm version in Dockerfile.server to avoid issue during building step: tensorrt_llm==0.9.0.dev2024040900

ref: https://github.com/NVIDIA/TensorRT-LLM/blob/main/examples/whisper/requirements.txt

csukuangfj commented 2 months ago

Thank you for your first-time contribution!