File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ First, you need to start a TEI service.
44
44
``` bash
45
45
your_port=8090
46
46
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
49
48
```
50
49
51
50
Then you need to test your TEI service using the following commands:
@@ -88,8 +87,7 @@ First, you need to start a TEI service.
88
87
``` bash
89
88
your_port=8090
90
89
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
93
91
```
94
92
95
93
Then you need to test your TEI service using the following commands:
You can’t perform that action at this time.
0 commit comments