Skip to content

1.14

Latest
Compare
Choose a tag to compare
@xiaowuhu xiaowuhu released this 22 Aug 04:29
· 36 commits to master since this release
8d2f85f
  • 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