We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3112a4e commit e3ad6daCopy full SHA for e3ad6da
1 file changed
tests/unit/onnx/quantization/autotune/test_config.py
@@ -19,13 +19,8 @@
19
Tests configuration parameter validation and defaults.
20
"""
21
22
-import os
23
-import sys
24
import unittest
25
26
-# Add parent directory to path
27
-sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
28
-
29
from modelopt.onnx.quantization.autotune.common import Config
30
31
0 commit comments