From 1225dd3ae784fdcaf26746cbea40ace336546cc3 Mon Sep 17 00:00:00 2001 From: Michael Feil Date: Mon, 19 Jun 2023 09:06:58 +0200 Subject: [PATCH] bump version --- conversion_utils/convert.py | 4 ++-- hf_hub_ctranslate2/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conversion_utils/convert.py b/conversion_utils/convert.py index 7c55f15..3c0ab04 100644 --- a/conversion_utils/convert.py +++ b/conversion_utils/convert.py @@ -169,7 +169,7 @@ def convert(NAME="opus-mt-en-fr", ORG="Helsinki-NLP", description="generator"): quantized version of [{ORG}/{NAME}](https://huggingface.co/{ORG}/{NAME}) ```bash -pip install hf-hub-ctranslate2>=2.11.0 ctranslate2>=3.16.0 +pip install hf-hub-ctranslate2>=2.12.0 ctranslate2>=3.16.0 ``` ```python @@ -180,7 +180,7 @@ def convert(NAME="opus-mt-en-fr", ORG="Helsinki-NLP", description="generator"): ``` Checkpoint compatible to [ctranslate2>=3.16.0](https://github.com/OpenNMT/CTranslate2) -and [hf-hub-ctranslate2>=2.11.0](https://github.com/michaelfeil/hf-hub-ctranslate2) +and [hf-hub-ctranslate2>=2.12.0](https://github.com/michaelfeil/hf-hub-ctranslate2) - `compute_type=int8_float16` for `device="cuda"` - `compute_type=int8` for `device="cpu"` diff --git a/hf_hub_ctranslate2/__init__.py b/hf_hub_ctranslate2/__init__.py index 25cf9c3..79763f8 100644 --- a/hf_hub_ctranslate2/__init__.py +++ b/hf_hub_ctranslate2/__init__.py @@ -9,4 +9,4 @@ ) from hf_hub_ctranslate2.ct2_sentence_transformers import (CT2SentenceTransformer) -__version__ = "2.11.0" +__version__ = "2.12.0"