add missing comma to example

#2
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
  ))