Skip to content

Commit

Permalink
[TVMC] Re-enable PyTorch test
Browse files Browse the repository at this point in the history
This test was originally disabled due to the issue documented in apache#7455
affecting CI. I believe this has since been resolved by apache#9362.

Note: This patch should not be merged until the changes in
https: //github.com/tlc-pack/tlcpack/pull/81 are reflected in CI.

Change-Id: Ib918595a1d9149e3c858ca761861304450cbfe13
  • Loading branch information
lhutton1 committed Nov 4, 2021
1 parent bff9884 commit f33f7dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/driver/tvmc/test_frontends.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def test_load_model___wrong_language__to_onnx(tflite_mobilenet_v1_1_quant):
tvmc.load(tflite_mobilenet_v1_1_quant, model_format="onnx")


@pytest.mark.skip(reason="https://github.com/apache/tvm/issues/7455")
def test_load_model__pth(pytorch_resnet18):
# some CI environments wont offer torch, so skip in case it is not present
pytest.importorskip("torch")
Expand Down

0 comments on commit f33f7dd

Please sign in to comment.