pull sdnq version from .common

This commit is contained in:
Disty0
2025-11-28 01:10:05 +03:00
parent 55cf627ac6
commit a46f32b354
+2 -1
View File
@@ -1,7 +1,8 @@
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 .common import sdnq_version
__version__ = "0.1.0"
__version__ = sdnq_version
__all__ = [
"QuantizationMethod",