Skip to content
Snippets Groups Projects
Commit bd946e68 authored by Neta Zmora's avatar Neta Zmora
Browse files

Increase Distiller version to 0.2.0-pre

Work on the 'master' branch uses pre-release version numbers.
After releasing v0.1.0 with PyTorch 0.3, we have upgraded 'master'
to support PyTorch 0.4 which contains API changes which are not
backward compatible.
parent 3fe741cc
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ del thinning
#del policy
# Distiller version
__version__ = "0.1.0"
__version__ = "0.2.0-pre"
def model_find_param_name(model, param_to_find):
"""Look up the name of a model parameter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment