diff --git a/tests/python/frontend/pytorch/test_fx_quant.py b/tests/python/frontend/pytorch/test_fx_quant.py index 7f3083a7dcd0c..d6a7e4374db83 100644 --- a/tests/python/frontend/pytorch/test_fx_quant.py +++ b/tests/python/frontend/pytorch/test_fx_quant.py @@ -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)