File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ docker run -p 8080:80 -v $volume:/data --device=/dev/dri -v /dev/dri/by-path:/de
66
66
67
67
## HPU
68
68
69
+ > [ !WARNING]
70
+ > TEI is supported only on Gaudi 2 and Gaudi 3. Gaudi 1 is ** not** supported.
71
+
69
72
### Build Docker Image
70
73
71
74
To build a container optimized for Intel® HPUs (Gaudi), run the following command:
@@ -104,6 +107,10 @@ docker pull ghcr.io/huggingface/text-embeddings-inference:xpu-ipex-latest
104
107
```
105
108
106
109
### HPU
110
+
111
+ > [ !WARNING]
112
+ > TEI is supported only on Gaudi 2 and Gaudi 3. Gaudi 1 is ** not** supported.
113
+
107
114
To use the prebuilt image optimized for Intel® HPUs (Gaudi), run:
108
115
``` shell
109
116
docker pull ghcr.io/huggingface/text-embeddings-inference:hpu-latest
You can’t perform that action at this time.
0 commit comments