Skip to content

Commit

Permalink
Fix fp16 converter bug (#288)
Browse files Browse the repository at this point in the history
* update the change

* Update __init__.py
  • Loading branch information
xiaowuhu authored May 13, 2024
1 parent 741f937 commit efc2b67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ provided by the bot. You will only need to do this once across all repos using o
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

# Document

Please reference the simple [document](https://onnxruntime.ai/docs/performance/model-optimizations/float16.html) here.
2 changes: 1 addition & 1 deletion onnxconverter_common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This framework performs optimization for ONNX models and
includes common utilities for ONNX converters.
"""
__version__ = "1.14.0"
__version__ = "1.16.0"
__author__ = "Microsoft"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
numpy
onnx
onnx>=1.16
packaging
protobuf>=3.20.2

0 comments on commit efc2b67

Please sign in to comment.