Skip to content

Commit

Permalink
skip test_imagenet
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Sep 23, 2024
1 parent 0606261 commit 46d7cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/frontend/pytorch/test_fx_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def forward(self, inp):
quantize_and_build(model, 300)


@pytest.mark.skip(reason="Model binary isn't uploaded to S3. See https://github.com/apache/tvm/issues/13856")
def test_imagenet():
for model_func in [resnet50, efficientnet_b4]:
quantize_and_build(model_func(pretrained=True).eval(), 224)

0 comments on commit 46d7cfd

Please sign in to comment.