audio icon indicating copy to clipboard operation
audio copied to clipboard

cuda_version can't be changed in CI. It needs to be improved.

Open mszhanyi opened this issue 4 years ago • 1 comments

🐛 Bug

In unittest_windows_gpu, there's an environment variable of CUDA_VERSION. https://github.com/pytorch/audio/blob/ecd068f583e4e45ef80635d975ac2bf38d4e819a/.circleci/config.yml.in#L514-L520 But the value couldn't be changed in fact, because it will be revert to 10.2 by regenerate.py https://github.com/pytorch/audio/blob/ecd068f583e4e45ef80635d975ac2bf38d4e819a/.circleci/regenerate.py#L212

It's worse than https://github.com/pytorch/vision/issues/4443

It's obvious that many cuda workflow, both linux and windows are affected.

mszhanyi avatar Sep 28 '21 11:09 mszhanyi

Hi @mszhanyi

Would simply removing these conditions help? For CUDA_VERSION and CU_VERSION, maybe we can simply merge them into CU_VERSION.

cc @malfet

mthrok avatar Sep 29 '21 15:09 mthrok