mirror of
https://github.com/vladmandic/automatic
synced 2026-09-01 01:50:59 +02:00
pull sdnq version from .common
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user