File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ services:
114
114
LANGCHAIN_PROJECT : " opea-reranking-service"
115
115
restart : unless-stopped
116
116
tgi-service :
117
- image : ghcr.io/huggingface/tgi-gaudi:1.2.1
117
+ image : ghcr.io/huggingface/tgi-gaudi:2.0.0
118
118
container_name : tgi-gaudi-server
119
119
ports :
120
120
- " 8008:80"
@@ -133,7 +133,7 @@ services:
133
133
cap_add :
134
134
- SYS_NICE
135
135
ipc : host
136
- command : --model-id ${LLM_MODEL_ID}
136
+ command : --model-id ${LLM_MODEL_ID} --max-input-length 1024 --max-total-tokens 2048
137
137
llm :
138
138
image : opea/llm-tgi:latest
139
139
container_name : llm-tgi-gaudi-server
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110
110
LANGCHAIN_PROJECT : " opea-reranking-service"
111
111
restart : unless-stopped
112
112
tgi_service :
113
- image : ghcr.io/huggingface/text-generation-inference:1.4
113
+ image : ghcr.io/huggingface/text-generation-inference:2.1.0
114
114
container_name : tgi-service
115
115
ports :
116
116
- " 9009:80"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function build_docker_images() {
25
25
cd tei-gaudi/
26
26
docker build --no-cache -f Dockerfile-hpu -t opea/tei-gaudi:latest .
27
27
28
- docker pull ghcr.io/huggingface/tgi-gaudi:1.2.1
28
+ docker pull ghcr.io/huggingface/tgi-gaudi:2.0.0
29
29
docker pull ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
30
30
31
31
cd $WORKPATH /docker
You can’t perform that action at this time.
0 commit comments