Skip to content

Commit c91d8df

Browse files
jooni22cdxker
authored andcommitted
Update docker-compose-cpu-embeddings.yml
update version image of TEI
1 parent bc0d34c commit c91d8df

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docker-compose-cpu-embeddings.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,41 @@ version: '3'
33
services:
44

55
splade-doc:
6-
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
6+
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.4
77
command: --model-id naver/efficient-splade-VI-BT-large-doc --revision main --pooling splade
88
ports:
99
- "4000:80"
1010
volumes:
1111
- ./data:/data
1212

1313
splade-query:
14-
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
14+
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.4
1515
command: --model-id naver/efficient-splade-VI-BT-large-query --revision main --pooling splade
1616
ports:
1717
- "5000:80"
1818
volumes:
1919
- ./data:/data
2020

2121
jina:
22-
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
22+
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
2323
command: --model-id jinaai/jina-embeddings-v2-base-en --revision main
2424
ports:
2525
- "6000:80"
2626
volumes:
2727
- ./data:/data
2828

2929
bgem3:
30-
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
30+
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
3131
command: --model-id BAAI/bge-m3 --revision main
3232
ports:
3333
- "7000:80"
3434
volumes:
3535
- ./data:/data
3636

3737
reranker:
38-
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
39-
command: --model-id BAAI/bge-reranker-large --revision refs/pr/4
38+
image: ghcr.io/huggingface/text-embeddings-inference:cpu-1.5
39+
command: --model-id BAAI/bge-reranker-base --revision main
4040
ports:
4141
- "8000:80"
4242
volumes:
4343
- ./data:/data
44-

0 commit comments

Comments
 (0)