michaelfeil commited on
Commit
d05233a
1 Parent(s): 0e1dc38

Upload intfloat/e5-small-v2 ctranslate fp16 weights

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2608,7 +2608,7 @@ Speedup inference while reducing memory by 2x-4x using int8 inference in C++ on
2608
 
2609
  quantized version of [intfloat/e5-small-v2](https://huggingface.co/intfloat/e5-small-v2)
2610
  ```bash
2611
- pip install hf-hub-ctranslate2>=2.11.0 ctranslate2>=3.16.0
2612
  ```
2613
 
2614
  ```python
@@ -2651,7 +2651,7 @@ scores = (embeddings @ embeddings.T) * 100
2651
  ```
2652
 
2653
  Checkpoint compatible to [ctranslate2>=3.16.0](https://github.com/OpenNMT/CTranslate2)
2654
- and [hf-hub-ctranslate2>=2.11.0](https://github.com/michaelfeil/hf-hub-ctranslate2)
2655
  - `compute_type=int8_float16` for `device="cuda"`
2656
  - `compute_type=int8` for `device="cpu"`
2657
 
 
2608
 
2609
  quantized version of [intfloat/e5-small-v2](https://huggingface.co/intfloat/e5-small-v2)
2610
  ```bash
2611
+ pip install hf-hub-ctranslate2>=2.12.0 ctranslate2>=3.16.0
2612
  ```
2613
 
2614
  ```python
 
2651
  ```
2652
 
2653
  Checkpoint compatible to [ctranslate2>=3.16.0](https://github.com/OpenNMT/CTranslate2)
2654
+ and [hf-hub-ctranslate2>=2.12.0](https://github.com/michaelfeil/hf-hub-ctranslate2)
2655
  - `compute_type=int8_float16` for `device="cuda"`
2656
  - `compute_type=int8` for `device="cpu"`
2657