Skip to content

Commit 5b02db4

Browse files
default value
1 parent b32333d commit 5b02db4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

model_compression_toolkit/wrapper/mct_wrapper.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ def __init__(self):
9090
'callback': None
9191
}
9292

93-
def _initialize_and_validate(self, float_model: Any, method: str,
94-
framework: str, use_MCT_TPC: bool,
95-
use_MixP: bool,
96-
representative_dataset: Any) -> None:
93+
def _initialize_and_validate(self, float_model: Any, method: str = 'PTQ',
94+
framework: str = 'pytorch',
95+
use_MCT_TPC: bool = True,
96+
use_MixP: bool = False,
97+
representative_dataset: Any = None) -> None:
9798
"""
9899
Validate inputs and Initialize parameters.
99100

0 commit comments

Comments
 (0)