add missing comma to example
#2
by
ctranslate2-4you
- opened
README.md
CHANGED
@@ -37,7 +37,7 @@ engine = AsyncEmbeddingEngine.from_args(
|
|
37 |
model_name_or_path = "michaelfeil/bge-small-en-v1.5",
|
38 |
device="cuda",
|
39 |
# or device="cpu"
|
40 |
-
engine="torch"
|
41 |
# or engine="optimum"
|
42 |
compile=True # enable torch.compile
|
43 |
))
|
|
|
37 |
model_name_or_path = "michaelfeil/bge-small-en-v1.5",
|
38 |
device="cuda",
|
39 |
# or device="cpu"
|
40 |
+
engine="torch",
|
41 |
# or engine="optimum"
|
42 |
compile=True # enable torch.compile
|
43 |
))
|