Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ def _load_tests():
if os.getenv("USE_CANARY_MODELS"):
model_paths.extend(_list_canary_model_paths())
for path in model_paths:
# TODO: skipping quantized tests for now due to BC-breaking changes for prepare
# api, enable after PyTorch 1.13 release
if "quantized" in path:
continue
for device in devices:
_load_test(path, device)

Expand Down
2 changes: 2 additions & 0 deletions torchbenchmark/util/env_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"Super_SloMo",
"vgg16",
"mtml_ctr_instagram_model",
"resnet50_quantized_qat",
"mobilenet_v2_quantized_qat",
]
CI_SKIP_OPTIMIZER = {
# TIMM
Expand Down