michaelfeil commited on
Commit
b86f22f
1 Parent(s): 591c701

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="cuda"`
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