-
Notifications
You must be signed in to change notification settings - Fork 106
onnxruntime 1.7.2 build and documentation #785
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
Codecov Report
@@ Coverage Diff @@
## master #785 +/- ##
==========================================
- Coverage 79.99% 79.96% -0.04%
==========================================
Files 53 53
Lines 8032 8019 -13
==========================================
- Hits 6425 6412 -13
Misses 1607 1607
Continue to review full report at Codecov.
|
@@ -1,134 +1,16 @@ | |||
REDIS_ONNX_VERSION?=rel-1.7.2_RCE |
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.
this is the branch name?
#---------------------------------------------------------------------------------------------- | ||
{% if REDIS_ARCH == 'x64' %} | ||
{% if REDIS_GPU is defined %} | ||
FROM nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04 |
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.
maybe allow user to define their cuda version?
we use 11.0
might want to compile it on newer versions
moved to #847 |
Corrected how we build onnx. We can now build and release on x64, and x64 gpu. This will build on osx x64 as well, and version 1.8 of onnx now builds (using these changes) on jetson. This PR is only for 1.7.2. A new developer should be able to use the accompanying instructions, in order to work on the onnx build should they so desire.
This would be the template for building back-ends. ci was built in full and the remaining run is for changing circleci back to master's norm.