michaelfeil
commited on
Commit
•
51eeebf
1
Parent(s):
837fb7e
Update README.md
Browse files
README.md
CHANGED
@@ -110,7 +110,7 @@ tags:
|
|
110 |
Speedup inference by 2x-8x using int8 inference in C++
|
111 |
quantized version of facebook/m2m100_1.2B
|
112 |
|
113 |
-
pip install hf_hub_ctranslate2>=
|
114 |
|
115 |
```python
|
116 |
from hf_hub_ctranslate2 import MultiLingualTranslatorCT2fromHfHub
|
|
|
110 |
Speedup inference by 2x-8x using int8 inference in C++
|
111 |
quantized version of facebook/m2m100_1.2B
|
112 |
|
113 |
+
pip install hf_hub_ctranslate2>=2.0.6 ctranslate2>=3.13.0
|
114 |
|
115 |
```python
|
116 |
from hf_hub_ctranslate2 import MultiLingualTranslatorCT2fromHfHub
|