Skip to content

Commit d609071

Browse files
authored
remove revision for tei (#584)
Signed-off-by: letonghan <[email protected]>
1 parent 0379aeb commit d609071

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

comps/embeddings/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ First, you need to start a TEI service.
4444
```bash
4545
your_port=8090
4646
model="BAAI/bge-large-en-v1.5"
47-
revision="refs/pr/5"
48-
docker run -p $your_port:80 -v ./data:/data --name tei_server -e http_proxy=$http_proxy -e https_proxy=$https_proxy --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.5 --model-id $model --revision $revision
47+
docker run -p $your_port:80 -v ./data:/data --name tei_server -e http_proxy=$http_proxy -e https_proxy=$https_proxy --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.5 --model-id $model
4948
```
5049

5150
Then you need to test your TEI service using the following commands:
@@ -88,8 +87,7 @@ First, you need to start a TEI service.
8887
```bash
8988
your_port=8090
9089
model="BAAI/bge-large-en-v1.5"
91-
revision="refs/pr/5"
92-
docker run -p $your_port:80 -v ./data:/data --name tei_server -e http_proxy=$http_proxy -e https_proxy=$https_proxy --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.5 --model-id $model --revision $revision
90+
docker run -p $your_port:80 -v ./data:/data --name tei_server -e http_proxy=$http_proxy -e https_proxy=$https_proxy --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.5 --model-id $model
9391
```
9492

9593
Then you need to test your TEI service using the following commands:

0 commit comments

Comments
 (0)