-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix install_onnx.sh issue #1201
Conversation
@yuslepukhin Any comment? #Resolved |
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.
🕐
Randy, you need to follow the PR guidelines that just have been published. It is good that you quote me, however, it does not describe the overall motivation for the PR and the reason for this change. In reply to: 501001784 [](ancestors = 501001784) |
Catch with latest mater
Fix an issue in install_onnx.sh. The installation sequence of onnx versions should be kept strictly following onnx123, onnx130, onnx141, onnx150 and onnxtip. Further, we want to keep onnxtip after script finish running.
Quoting Dmitri's comment from another PR:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
"
Now you have to update strings in 3 places. Can we make it only one place for each commit?
For example the first occurence of commit is purely a comment. We could add a trailing comment for each entry in the map.
In fact, the map entries are self-documenting, no need for separate comments.
Or you simply describe in one line that Install ONNX for each release with specific commits.
Also, could we, instead of map declare a sequence of strings and each string is a composite of "committag".
We could iterate through it in order, split it obtaining commit and tag and then use it as before.
"