ArGrigorov commited on
Commit
077aa9a
·
verified ·
1 Parent(s): e6a30fe

bump version to 0.6.2

Browse files
Files changed (1) hide show
  1. src/agiws_neural_quant/__init__.py +1 -1
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.5.8"
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