You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ such as:
53
53
54
54
### Supported Models
55
55
56
-
You can use any JinaBERT model with Alibi or absolute positions or any BERT, CamemBERT or XLM-RoBERTa model with
57
-
absolute positions in `text-embeddings-inference`.
56
+
You can use any JinaBERT model with Alibi or absolute positions or any BERT, CamemBERT, RoBERTa, or XLM-RoBERTa model with absolute positions in `text-embeddings-inference`.
58
57
59
58
**Support for other model types will be added in the future.**
60
59
@@ -96,8 +95,8 @@ curl 127.0.0.1:8080/embed \
96
95
-H 'Content-Type: application/json'
97
96
```
98
97
99
-
**Note:** To use GPUs, you need to install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html).
100
-
We also recommend using NVIDIA drivers with CUDA version 12.0 or higher.
98
+
**Note:** To use GPUs, you need to install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html).
99
+
We also recommend using NVIDIA drivers with CUDA version 12.0 or higher.
101
100
102
101
To see all options to serve your models:
103
102
@@ -236,7 +235,7 @@ Text Embeddings Inference ships with multiple Docker images that you can use to
236
235
| Ada Lovelace (RTX 4000 series, ...) | ghcr.io/huggingface/text-embeddings-inference:89-0.3.0 |
0 commit comments