Cleanup conda channel flags, make sure we can switch easily between pytorch-nightly, pytorch-test and pytorch
Open
@atalman is already working on this.
Since Jun 29, 2022.
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 799
- Avg merge
- 58m
- Merged PRs (30d)
- 3
Description
🐛 Describe the bug
Cleanup conda channel flags, make sure we can switch easily between pytorch-nightly, pytorch-test and pytorch
we have following logic in torchaudio and torchtext:
https://github.com/pytorch/audio/blob/main/packaging/pkg_helpers.bash#L210
There are multiple places where CONDA_CHANNEL_FLAGS are set.
We need to cleanup this code, make sure we only use one channel: pytorch-nightly, pytorch-test and pytorch
Versions
1.12.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.