Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 19, 2023
1 parent 61ebba7 commit 1225dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conversion_utils/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion hf_hub_ctranslate2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
)
from hf_hub_ctranslate2.ct2_sentence_transformers import (CT2SentenceTransformer)

__version__ = "2.11.0"
__version__ = "2.12.0"

0 comments on commit 1225dd3

Please sign in to comment.