We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0606261 commit d19d28aCopy full SHA for d19d28a
tests/python/frontend/pytorch/test_fx_quant.py
@@ -87,6 +87,7 @@ def forward(self, inp):
87
quantize_and_build(model, 300)
88
89
90
+@pytest.mark.skip(reason="Model binary isn't uploaded to S3. See https://github.com/apache/tvm/pull/17397")
91
def test_imagenet():
92
for model_func in [resnet50, efficientnet_b4]:
93
quantize_and_build(model_func(pretrained=True).eval(), 224)
0 commit comments