mirror of https://github.com/vladmandic/automatic
pull sdnq version from .common
parent
55cf627ac6
commit
a46f32b354
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue