Conversation
leandron
requested changes
Aug 8, 2022
wheel/build_wheel_manylinux.sh
Outdated
|
|
||
| TVM_PYTHON_DIR="/workspace/tvm/python" | ||
| PYTHON_VERSIONS_CPU=("3.7" "3.8" "3.9" "3.10") | ||
| PYTHON_VERSIONS_GPU=("3.7" "3.8" "3.9" "3.10") |
Contributor
There was a problem hiding this comment.
This doesn't match the Python versions installed in the Docker image proposed here.
Contributor
Author
There was a problem hiding this comment.
I updated the install scripts to use the miniconda Pythons (and detect them here instead of manually listing them out) which I think makes this all a bit cleaner and easier to update in the future when 3.11 rolls around
3e578f0 to
d24b863
Compare
cbebf41 to
f282d14
Compare
f282d14 to
67c43a4
Compare
03ba00f to
071bd49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a GitHub Action workflow called
Releasethat can be used to build all the packages for the current tag specified incommon/sync_package.pyand post them as artifacts (and optionally publish to pypi and tlcpack.ai/wheels)