Skip to content

Commit 1225dd3

Browse files
committed
bump version
1 parent 61ebba7 commit 1225dd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conversion_utils/convert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def convert(NAME="opus-mt-en-fr", ORG="Helsinki-NLP", description="generator"):
169169
170170
quantized version of [{ORG}/{NAME}](https://huggingface.co/{ORG}/{NAME})
171171
```bash
172-
pip install hf-hub-ctranslate2>=2.11.0 ctranslate2>=3.16.0
172+
pip install hf-hub-ctranslate2>=2.12.0 ctranslate2>=3.16.0
173173
```
174174
175175
```python
@@ -180,7 +180,7 @@ def convert(NAME="opus-mt-en-fr", ORG="Helsinki-NLP", description="generator"):
180180
```
181181
182182
Checkpoint compatible to [ctranslate2>=3.16.0](https://github.com/OpenNMT/CTranslate2)
183-
and [hf-hub-ctranslate2>=2.11.0](https://github.com/michaelfeil/hf-hub-ctranslate2)
183+
and [hf-hub-ctranslate2>=2.12.0](https://github.com/michaelfeil/hf-hub-ctranslate2)
184184
- `compute_type=int8_float16` for `device="cuda"`
185185
- `compute_type=int8` for `device="cpu"`
186186

hf_hub_ctranslate2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
)
1010
from hf_hub_ctranslate2.ct2_sentence_transformers import (CT2SentenceTransformer)
1111

12-
__version__ = "2.11.0"
12+
__version__ = "2.12.0"

0 commit comments

Comments
 (0)