We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776af1a commit 647582dCopy full SHA for 647582d
hf_hub_ctranslate2/__init__.py
@@ -2,4 +2,4 @@
2
"""Compatability between Huggingface and Ctranslate2."""
3
# __all__ = ["__version__", "TranslatorCT2fromHfHub", "GeneratorCT2fromHfHub", "MultiLingualTranslatorCT2fromHfHub"]
4
from hf_hub_ctranslate2.translate import TranslatorCT2fromHfHub, GeneratorCT2fromHfHub, MultiLingualTranslatorCT2fromHfHub
5
-__version__ = "2.0.8"
+__version__ = "2.0.9"
0 commit comments