michaelfeil ctranslate2-4you commited on
Commit
ab7b31b
1 Parent(s): c5e53d3

add missing comma to example (#2)

Browse files

- add missing comma to example (3a39a298b599902879e0829f4cfc01e6cdacc089)


Co-authored-by: Blair Chintella <ctranslate2-4you@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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
  ))