Skip to content

Commit 583428c

Browse files
authored
Update MMQnA tgi-gaudi verison to match compose.yaml (opea-project#1663)
Signed-off-by: Dina Suehiro Jones <[email protected]>
1 parent 853f130 commit 583428c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MultimodalQnA/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ docker build --no-cache -t opea/retriever:latest --build-arg https_proxy=$https_
9797
Build TGI Gaudi image
9898

9999
```bash
100-
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.6
100+
docker pull ghcr.io/huggingface/tgi-gaudi:2.3.1
101101
```
102102

103103
Build lvm microservice image
@@ -143,7 +143,7 @@ Then run the command `docker images`, you will have the following 11 Docker Imag
143143

144144
1. `opea/dataprep:latest`
145145
2. `opea/lvm:latest`
146-
3. `ghcr.io/huggingface/tgi-gaudi:2.0.6`
146+
3. `ghcr.io/huggingface/tgi-gaudi:2.3.1`
147147
4. `opea/retriever:latest`
148148
5. `opea/whisper:latest`
149149
6. `opea/redis-vector-db`

MultimodalQnA/tests/test_compose_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function build_docker_images() {
6262
service_list="multimodalqna multimodalqna-ui embedding-multimodal-bridgetower-gaudi embedding retriever lvm dataprep whisper"
6363
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
6464

65-
docker pull ghcr.io/huggingface/tgi-gaudi:2.0.6
65+
docker pull ghcr.io/huggingface/tgi-gaudi:2.3.1
6666

6767
docker images && sleep 1s
6868
}

0 commit comments

Comments
 (0)