From 9e4b1b4c497b297a00c9a3bba4be3443e9ca8bda Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:29:15 +0100 Subject: [PATCH] fix: Force ctranslate to version 4.4.0 Force ctranslate to version 4.4.0 due libcudnn_ops_infer.so.8: https://github.com/SYSTRAN/faster-whisper/issues/729 Co-authored-by: Icaro Bombonato --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 865abd1..633850b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ torch>=2 torchaudio>=2 faster-whisper==1.0.0 +ctranslate2==4.4.0 transformers pandas setuptools>=65