Skip to content

Commit d19d28a

Browse files
committed
skip test_imagenet
1 parent 0606261 commit d19d28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/frontend/pytorch/test_fx_quant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def forward(self, inp):
8787
quantize_and_build(model, 300)
8888

8989

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

0 commit comments

Comments
 (0)