forked from pool/python-onnx
Accepting request 1162838 from home:mslacken:branches:science:machinelearning
- update to 1.16.0 * Update to support int4 and uint4: + Cast, CastLike, Constant, ConstantOfShape, Identity, If, Loop, Reshape, Scan, Shape, Size * Update to support float8e4m3fnuz, float8e5m2, float8e5m2fnuz, int4 and uint4: + Flatten, Pad, Squeeze, Transpose, Unsqueeze * Support blocked quantization. Support int4, uint4, int16, and uint16: + DequantizeLinear, QuantizeLinear, * Support bfloat16 and float16 scales. Support float8e4m3fn, float8e4m3fnuz, float8e5m2, float8e5m2fnuz quantized tensors: + QLinearMatMul, * Add stash_type attribute and change input shape of scale and bias from (G) to (C) for GroupNormalization * ai.onnx.ml Opset 4 * Addeded new operator TreeEnsemble * IR Version 10 + Added support for UINT4, INT4 types + GraphProto, FunctionProto, NodeProto, TensorProto added metadata_props field + FunctionProto added value_info field + FunctionProto and NodeProto added overload field to support overloaded functions. - Security Updates * Fix path sanitization bypass leading to arbitrary read (CVE-2024-27318) * Fix Out of bounds read due to lack of string termination in assert (CVE-2024-27319) - Several Bug fixes and infrastructure improvements - removed python39 support OBS-URL: https://build.opensuse.org/request/show/1162838 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=43
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c757132e018dd0dd171499ef74fca88b74c5430a20781ec53da19eb7f937ef68
|
||||
size 12360484
|
3
onnx-1.16.0.tar.gz
Normal file
3
onnx-1.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ce153e26ce2c00afca01c331a447d86fbf21b166b640551fe04258b4acfc6a4
|
||||
size 12428161
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 08:37:07 UTC 2024 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- update to 1.16.0
|
||||
* Update to support int4 and uint4:
|
||||
+ Cast, CastLike, Constant, ConstantOfShape, Identity, If,
|
||||
Loop, Reshape, Scan, Shape, Size
|
||||
* Update to support float8e4m3fnuz, float8e5m2, float8e5m2fnuz,
|
||||
int4 and uint4:
|
||||
+ Flatten, Pad, Squeeze, Transpose, Unsqueeze
|
||||
* Support blocked quantization. Support int4, uint4, int16, and uint16:
|
||||
+ DequantizeLinear, QuantizeLinear,
|
||||
* Support bfloat16 and float16 scales. Support float8e4m3fn,
|
||||
float8e4m3fnuz, float8e5m2, float8e5m2fnuz quantized tensors:
|
||||
+ QLinearMatMul,
|
||||
* Add stash_type attribute and change input shape of scale and
|
||||
bias from (G) to (C) for GroupNormalization
|
||||
* ai.onnx.ml Opset 4
|
||||
* Addeded new operator TreeEnsemble
|
||||
* IR Version 10
|
||||
+ Added support for UINT4, INT4 types
|
||||
+ GraphProto, FunctionProto, NodeProto, TensorProto added
|
||||
metadata_props field
|
||||
+ FunctionProto added value_info field
|
||||
+ FunctionProto and NodeProto added overload field to support
|
||||
overloaded functions.
|
||||
- Security Updates
|
||||
* Fix path sanitization bypass leading to arbitrary read
|
||||
(CVE-2024-27318)
|
||||
* Fix Out of bounds read due to lack of string termination in
|
||||
assert (CVE-2024-27319)
|
||||
- Several Bug fixes and infrastructure improvements
|
||||
- removed python39 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 15:38:11 UTC 2024 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
@@ -17,9 +17,12 @@
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
# python-nbval needed for test isn't available python39
|
||||
%define skip_python39 1
|
||||
|
||||
# Tumbleweed does not have a python36-numpy anymore: NEP 29 dropped Python 3.6 for NumPy 1.20
|
||||
Name: python-onnx
|
||||
Version: 1.15.0
|
||||
Version: 1.16.0
|
||||
Release: 0
|
||||
Summary: Open Neural Network eXchange
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user