File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
HABANA_VISIBLE_DEVICES : all
24
24
OMPI_MCA_btl_vader_single_copy_mechanism : none
25
25
MAX_WARMUP_SEQUENCE_LENGTH : 512
26
- command : --model-id ${EMBEDDING_MODEL_ID}
26
+ command : --model-id ${EMBEDDING_MODEL_ID} --auto-truncate
27
27
embedding :
28
28
image : opea/embedding-tei:latest
29
29
container_name : embedding-tei-server
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function start_services() {
71
71
# Start Docker Containers
72
72
docker compose -f docker_compose.yaml up -d
73
73
n=0
74
- until [[ " $n " -ge 300 ]]; do
74
+ until [[ " $n " -ge 500 ]]; do
75
75
docker logs tgi-gaudi-server > tgi_service_start.log
76
76
if grep -q Connected tgi_service_start.log; then
77
77
break
You can’t perform that action at this time.
0 commit comments