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: ChatQnA/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,13 @@ cd GenAIExamples/ChatQnA/docker_compose/intel/hpu/gaudi/
261
261
docker compose -f compose.yaml -f compose.telemetry.yaml up -d
262
262
```
263
263
264
+
To enable TEI Embedding on Gaudi for many concurrent user requests, compose.tei-embedding-gaudi.yaml file need to be merged along with default compose.yaml file.
265
+
266
+
```bash
267
+
cd GenAIExamples/ChatQnA/docker_compose/intel/hpu/gaudi/
268
+
docker compose -f compose.yaml -f compose.tei-embedding-gaudi.yaml up -d
269
+
```
270
+
264
271
Refer to the [Gaudi Guide](./docker_compose/intel/hpu/gaudi/README.md) to build docker images from source.
0 commit comments