Skip to content

Commit cff3e1c

Browse files
committed
Update README.md to default to Qwen3-Embedding models
1 parent f08f91c commit cff3e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ cargo install --path router -F metal
494494
You can now launch Text Embeddings Inference on CPU with:
495495

496496
```shell
497-
model=BAAI/bge-large-en-v1.5
497+
model=Qwen/Qwen3-Embedding-0.6B
498498

499499
text-embeddings-router --model-id $model --port 8080
500500
```
@@ -532,7 +532,7 @@ cargo install --path router -F candle-cuda -F http --no-default-features
532532
You can now launch Text Embeddings Inference on GPU with:
533533

534534
```shell
535-
model=BAAI/bge-large-en-v1.5
535+
model=Qwen/Qwen3-Embedding-0.6B
536536

537537
text-embeddings-router --model-id $model --port 8080
538538
```

0 commit comments

Comments
 (0)