michaelfeil
commited on
Commit
•
cb83031
1
Parent(s):
2ee7a4c
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pip install hf_hub_ctranslate2>=1.0.0 ctranslate2>=3.13.0
|
|
15 |
|
16 |
Checkpoint compatible to [ctranslate2](https://github.com/OpenNMT/CTranslate2) and [hf-hub-ctranslate2](https://github.com/michaelfeil/hf-hub-ctranslate2)
|
17 |
- `compute_type=int8_float16` for `device="cuda"`
|
18 |
-
- `compute_type=int8` for `device="
|
19 |
|
20 |
```python
|
21 |
from hf_hub_ctranslate2 import TranslatorCT2fromHfHub, GeneratorCT2fromHfHub
|
|
|
15 |
|
16 |
Checkpoint compatible to [ctranslate2](https://github.com/OpenNMT/CTranslate2) and [hf-hub-ctranslate2](https://github.com/michaelfeil/hf-hub-ctranslate2)
|
17 |
- `compute_type=int8_float16` for `device="cuda"`
|
18 |
+
- `compute_type=int8` for `device="cpu"`
|
19 |
|
20 |
```python
|
21 |
from hf_hub_ctranslate2 import TranslatorCT2fromHfHub, GeneratorCT2fromHfHub
|