audio icon indicating copy to clipboard operation
audio copied to clipboard

Cleanup conda channel flags, make sure we can switch easily between pytorch-nightly, pytorch-test and pytorch

Open atalman opened this issue 3 years ago • 0 comments

🐛 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

atalman avatar Jun 29 '22 20:06 atalman