Update README.md
Browse files
README.md
CHANGED
@@ -2603,6 +2603,11 @@ language:
|
|
2603 |
- en
|
2604 |
license: mit
|
2605 |
---
|
|
|
|
|
|
|
|
|
|
|
2606 |
# # Fast-Inference with Ctranslate2
|
2607 |
Speedup inference while reducing memory by 2x-4x using int8 inference in C++ on CPU or GPU.
|
2608 |
|
|
|
2603 |
- en
|
2604 |
license: mit
|
2605 |
---
|
2606 |
+
# # Hugging Face Inference Endpoints -compatible version of michaelfeil/ct2fast-e5-small-v2
|
2607 |
+
Duplicate of michaelfeil/ct2fast-e5-small-v2, modified to run on Hugging Face Inference Endpoints.
|
2608 |
+
|
2609 |
+
Creates symbolic links so that ctranslate2 reads the repository model without downloading from HF.
|
2610 |
+
|
2611 |
# # Fast-Inference with Ctranslate2
|
2612 |
Speedup inference while reducing memory by 2x-4x using int8 inference in C++ on CPU or GPU.
|
2613 |
|