Skip to content

Commit

Permalink
Extend sentence-transformers ONNX test (#1734)
Browse files Browse the repository at this point in the history
* extend sentence transformers onnx test

* trigger ci
  • Loading branch information
fxmarty authored Mar 18, 2024
1 parent 9ff5ea8 commit 23fe6f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/exporters/exporters_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,10 @@

PYTORCH_SENTENCE_TRANSFORMERS_MODEL = {
"clip": "sentence-transformers/clip-ViT-B-32",
"transformer": "sentence-transformers/all-MiniLM-L6-v2",
"transformer": {
"sentence-transformers/all-MiniLM-L6-v2": ["feature-extraction", "sentence-similarity"],
"fxmarty/tiny-dummy-mistral-sentence-transformer": ["feature-extraction", "sentence-similarity"],
},
}


Expand Down

0 comments on commit 23fe6f7

Please sign in to comment.