collabora / WhisperFusion

WhisperFusion builds upon the capabilities of WhisperLive and WhisperSpeech to provide a seamless conversations with an AI.
1.45k stars 101 forks source link

Pin torch version #34

Closed DamianB-BitFlipper closed 4 months ago

DamianB-BitFlipper commented 4 months ago

When building the docker images from scratch on a google cloud instance, I ran into an issue with the pytorch version installed by pip not being compatible with TensorRT-LLM. Following this issue thread https://github.com/NVIDIA/TensorRT-LLM/issues/808 I was able to resole the issue by introducing these version pins to the respective Docker build scripts.