You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update pipeline according to security issue #258, the version of protobuf must be 3.20.2.
Fix SubGraph bug when convert to fp16 model, the sub graph in loop operator used to be treated as part of main graph, so the converted fp16 model will be invalid. #260
After added Cast op, the order of all the ops should be re-sort, in order that the ORT can inference it correctly. Before this PR, the resort need using other tools to do, not friendly to end user. #260
Added pyproject.toml, because setup.py was deprecated and cannot be used any longer since last week, now you must use python -m build instead of python setup.py.....#260
Add new manually-publish.yml, because project under github/microsoft need to use ESRP process to upload package to PyPI. #263