Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Nov 25, 2024
1 parent f3f7590 commit 6ffb64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/brevitas/export/test_torch_qcdq.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

@requires_pt_ge('1.9.1')
@jit_disabled_for_export()
@torch.no_grad()
def test_torch_qcdq_wbiol_export(
quant_module,
quant_module_impl,
Expand Down Expand Up @@ -57,6 +58,7 @@ def test_torch_qcdq_wbiol_export(
@requires_pt_ge('1.9.1')
@jit_disabled_for_export()
@parametrize('input_signed', [True, False])
@torch.no_grad()
def test_torch_qcdq_avgpool_export(input_signed, output_bit_width):
in_size = (1, IN_CH, FEATURES, FEATURES)
inp = torch.randn(in_size)
Expand Down

0 comments on commit 6ffb64f

Please sign in to comment.