pull sdnq version from .common

pull/4427/head
Disty0 2025-11-28 01:10:05 +03:00
parent 55cf627ac6
commit a46f32b354
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
from .quantizer import QuantizationMethod, SDNQConfig, SDNQQuantizer, sdnq_post_load_quant, apply_sdnq_to_module, sdnq_quantize_layer from .quantizer import QuantizationMethod, SDNQConfig, SDNQQuantizer, sdnq_post_load_quant, apply_sdnq_to_module, sdnq_quantize_layer
from .loader import save_sdnq_model, load_sdnq_model from .loader import save_sdnq_model, load_sdnq_model
from .common import sdnq_version
__version__ = "0.1.0" __version__ = sdnq_version
__all__ = [ __all__ = [
"QuantizationMethod", "QuantizationMethod",