Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Oct 26, 2023
1 parent 0e96668 commit 170e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/python/quantization/test_op_gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,5 +777,5 @@ def test_qgemm_ref_uint8_specific_example(self):


if __name__ == "__main__":
TestOpGemm().test_quantize_gemm()
TestOpGemm().test_quantize_gemm_e4m3fn_p3()
unittest.main(verbosity=2)

0 comments on commit 170e5c9

Please sign in to comment.