Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backends/arm/test/ops/test_softmax.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ def test_softmax_vgf_quant(test_data):
data,
[],
quantize=True,
# Make sure that we don't use any EXT-INT16
tosa_spec="TOSA-1.0+INT",
)
pipeline.add_stage_after("quantize", pipeline.tester.check_not, [aten_op])
# TODO: MLETORCH-1136 Change args of run_method_and_compare_outputs of the vgf tests
# pipeline.change_args("run_method_and_compare_outputs", qtol=1)
pipeline.run()
Expand Down
Loading