-
Notifications
You must be signed in to change notification settings - Fork 11
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
Torchaudio installation note / instructions #165
Comments
Buliding a conda package could be another option (untested on ppc64le): https://github.com/pytorch/audio/blob/main/packaging/build_conda.sh |
I considered attempting to produce a conda package, but the various bash scripts that calls out to would need ammending to reference the Open-CE conda channel instead (for ppc64le builds of pytorch which are not provided by the pytorch channels explicitly referenced in https://github.com/pytorch/audio/blob/main/packaging/pkg_helpers.bash), although presumably for a one-off build the appropriate conda build command could probably be found. A more open-ce like / compatible approach would be to create a torchaudio version of https://github.com/open-ce/torchvision-feedstock |
Figured out what system(s) the ppc64le open-ce conda feedstock packages are build on? |
They will be run by the conda channel hosts, which are currently OSU and MIT. open-ce/open-ce-builder describes how to build packages from feedstocks (either collections or individual packages) but that is as far as I looked into this. |
Open-CE does not provide binary installs of
torchaudio
(but does includepytorch
andtorchvision
).Adding a mention of this to the pytorch page may be worthwhile, along with instructions to build from source (which is not completely trivial)
It is unclear to me why I had to export the variables above on Bede, as conda should have handled those for me afiak.
The text was updated successfully, but these errors were encountered: