bump version to 0.6.2
Browse files
src/agiws_neural_quant/__init__.py
CHANGED
|
@@ -17,7 +17,7 @@ nn.Module classes. The unified Quantizer (quantizer.py) + presets (presets.py)
|
|
| 17 |
configure all 40+ formats as parameters, not separate classes.
|
| 18 |
"""
|
| 19 |
|
| 20 |
-
__version__ = "0.
|
| 21 |
|
| 22 |
# Core unified architecture
|
| 23 |
from agiws_neural_quant.dispatch import quantize_model, count_quantizable_layers, make_quantizer, save_model, load_model
|
|
|
|
| 17 |
configure all 40+ formats as parameters, not separate classes.
|
| 18 |
"""
|
| 19 |
|
| 20 |
+
__version__ = "0.6.2"
|
| 21 |
|
| 22 |
# Core unified architecture
|
| 23 |
from agiws_neural_quant.dispatch import quantize_model, count_quantizable_layers, make_quantizer, save_model, load_model
|