We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4092311 commit eba6033Copy full SHA for eba6033
conda_meta/basic/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "2.5" %}
+{% set version = "2.5.1" %}
2
{% set buildnumber = 0 %}
3
package:
4
name: neural-compressor
neural_compressor/version.py
@@ -15,4 +15,4 @@
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
"""Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
18
-__version__ = "2.5"
+__version__ = "2.5.1"
0 commit comments