Skip to content

Commit

Permalink
Fix copy-paste error in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Oct 18, 2024
1 parent 1802076 commit 2fa3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentence_transformers/models/Transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _load_openvino_model(self, model_name_or_path, config, cache_dir, **model_ar
else:
model_args["ov_config"] = {}

# Either load an exported model, or export the model to ONNX
# Either load an exported model, or export the model to OpenVINO
self.auto_model: OVModelForFeatureExtraction = OVModelForFeatureExtraction.from_pretrained(
model_name_or_path,
config=config,
Expand Down

0 comments on commit 2fa3ed4

Please sign in to comment.