From ecae8dbfebdcb6f56359c04715033519a2969495 Mon Sep 17 00:00:00 2001 From: Jon Craton Date: Wed, 25 Sep 2024 20:11:01 -0400 Subject: [PATCH] Update ct2 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa3cc00..50567da 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ python_requires='>=3.8', install_requires=[ "huggingface_hub", - "ctranslate2>=4.0.0", + "ctranslate2>=4.4.0", "tokenizers", ], ) \ No newline at end of file