Skip to content

Commit

Permalink
Fix tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenp committed Dec 5, 2023
1 parent 2c2d3b9 commit f80e656
Show file tree
Hide file tree
Showing 16 changed files with 1,003 additions and 1,008 deletions.
4 changes: 0 additions & 4 deletions tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
from tests.common_tests.test_doc_examples import TestCommonDocsExamples
from tests.common_tests.test_tp_model import TargetPlatformModelingTest, OpsetTest, QCOptionsTest, FusingTest

if FOUND_ONNX:
from tests.pytorch_tests.function_tests.test_export_pytorch_fully_quantized_model import TestPyTorchFakeQuantExporter

found_tf = importlib.util.find_spec("tensorflow") is not None
found_pytorch = importlib.util.find_spec("torch") is not None and importlib.util.find_spec(
Expand Down Expand Up @@ -147,8 +145,6 @@
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(FeatureModelsTestRunner))
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(FunctionTestRunner))
# Exporter test of pytorch must have ONNX installed
if FOUND_ONNX:
suiteList.append(unittest.TestLoader().loadTestsFromTestCase(TestPyTorchFakeQuantExporter))
# suiteList.append(unittest.TestLoader().loadTestsFromName('test_mobilenet_v2', ModelTest))
# suiteList.append(unittest.TestLoader().loadTestsFromName('test_mobilenet_v3', ModelTest))
# suiteList.append(unittest.TestLoader().loadTestsFromName('test_efficientnet_b0', ModelTest))
Expand Down
Loading

0 comments on commit f80e656

Please sign in to comment.