Skip to content

Commit

Permalink
Use test case that previously failed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Nov 11, 2024
1 parent 66df86a commit a5d0035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/onnxruntime/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ class ORTQuantizerTest(unittest.TestCase):
},
"ort_model_with_onnx_model_in_subfolder": {
"model_or_path": ORTModelForFeatureExtraction.from_pretrained(
"sentence-transformers-testing/stsb-bert-tiny-onnx",
"sentence-transformers/all-MiniLM-L6-v2",
subfolder="onnx",
file_name="model.onnx",
)
},
}
Expand Down

0 comments on commit a5d0035

Please sign in to comment.