-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Support Unicode file paths when loading an ONNX file #5806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fix #5761 |
Please follow https://github.com/onnx/onnx/pull/5806/checks?check_run_id=19631633187 to signoff your commits. Thank you for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5806 +/- ##
==========================================
+ Coverage 56.34% 56.36% +0.01%
==========================================
Files 503 503
Lines 29622 29634 +12
Branches 4434 4435 +1
==========================================
+ Hits 16690 16702 +12
Misses 12120 12120
Partials 812 812 ☔ View full report in Codecov by Sentry. |
…ces (#5795) ### Description The page showing differences between two operators is not readable in dark mode. diff2html was recently updated to fix this issue. Signed-off-by: Xavier Dupre <xadupre@microsoft.com> Signed-off-by: captainIT <captainlin205@gmail.com>
### Description -0.00001 must be converted into 0 and not negative zero which does not exist for types Float8E4M3FNUZ and Float8E5M2UZ. See microsoft/onnxruntime#18473 for further details. Signed-off-by: Xavier Dupre <xadupre@microsoft.com> Signed-off-by: captainIT <captainlin205@gmail.com>
### Description Replace "sanity" with "safety". ### Motivation and Context Inclusive terminology change Signed-off-by: Charles Volzka <cjvolzka@us.ibm.com> Signed-off-by: captainIT <captainlin205@gmail.com>
Signed-off-by: zhangxinlin <you@example.com> Signed-off-by: captainIT <captainlin205@gmail.com>
Signed-off-by: zhangxinlin <you@example.com> Signed-off-by: captainIT <captainlin205@gmail.com>
Signed-off-by: captainIT <captainlin205@gmail.com>
Signed-off-by: captainIT <captainlin205@gmail.com>
Signed-off-by: captainIT <captainlin205@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Final round of comments
2、cover cjk and emoji Signed-off-by: captainIT <captainlin205@gmail.com>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
### Description release build breaks due to #5806 filesystem not available on Mac 10.12. also need to skip 2 reference implement tests (test_qlinearmatmul_3D_int8_float16_cpu, test_qlinearmatmul_3D_int8_float32_cpu) which are failing on MacOS (#5792) ### Motivation and Context fix mac release CI --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
### Description release build breaks due to onnx#5806 filesystem not available on Mac 10.12. also need to skip 2 reference implement tests (test_qlinearmatmul_3D_int8_float16_cpu, test_qlinearmatmul_3D_int8_float32_cpu) which are failing on MacOS (onnx#5792) ### Motivation and Context fix mac release CI --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: wplf <975761915@qq.com>
### Description Support Unicode file paths when loading an ONNX file. ### Motivation and Context Fix onnx#5761 --------- Signed-off-by: Xavier Dupre <xadupre@microsoft.com> Signed-off-by: captainIT <captainlin205@gmail.com> Signed-off-by: Charles Volzka <cjvolzka@us.ibm.com> Signed-off-by: zhangxinlin <you@example.com> Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Co-authored-by: Xavier Dupré <xadupre@users.noreply.github.com> Co-authored-by: Charles Volzka <42243335+cjvolzka@users.noreply.github.com> Co-authored-by: zhangxinlin <you@example.com> Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: Linsho Kaku <linsho@preferred.jp>
### Description release build breaks due to onnx#5806 filesystem not available on Mac 10.12. also need to skip 2 reference implement tests (test_qlinearmatmul_3D_int8_float16_cpu, test_qlinearmatmul_3D_int8_float32_cpu) which are failing on MacOS (onnx#5792) ### Motivation and Context fix mac release CI --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com> Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Description
Support Unicode file paths when loading an ONNX file.
Motivation and Context
Fix #5761