WIP: Use Ubuntu 16.04 in GitHub actions via docker#890
Open
csukuangfj wants to merge 1 commit into
Open
Conversation
csukuangfj
commented
Dec 8, 2021
| - python-version: 3.9 | ||
| torch: "1.7.0" | ||
| torch: ["1.7.1"] | ||
| # torch: ["1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.0", "1.9.1", "1.10"] |
Collaborator
Author
There was a problem hiding this comment.
Will enable it after verification.
Contributor
|
Woohoo! Thanks! |
Collaborator
Author
|
@pzelasko conda create -n foo_env
conda activate foo_env
conda install -c k2-fsa -c pytorch k2=1.11 cpuonly pytorch=1.5.0
pip install dataclasses
pip install typing_extensions
python3 -m k2.versionIt prints the following for me: The CUDA versions are still in building and will be available in a few hours. |
Contributor
|
Thanks, that seems to be working! |
Contributor
|
It also works on a different system with an even older compiler / stdlib (g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)), that is great. Thanks a lot! |
Collaborator
Author
|
Now there are CUDA versions. Please have a try. |
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.
Fixes #888 and #854
It seems to work.