From 83b87c336457c1ec680c1adbe0f4488c00cfc1ed Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Fri, 22 Mar 2024 09:55:31 -0700 Subject: [PATCH 1/6] Blank line change to test windows CI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6494094ebc..41ba799501 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ torchaudio: an audio library for PyTorch ======================================== + [![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchaudio%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorch.org/audio/main/) [![Anaconda Badge](https://anaconda.org/pytorch/torchaudio/badges/downloads.svg)](https://anaconda.org/pytorch/torchaudio) [![Anaconda-Server Badge](https://anaconda.org/pytorch/torchaudio/badges/platforms.svg)](https://anaconda.org/pytorch/torchaudio) From 2efa64b2a2601b56ca198d94b60957d645e7dd2e Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Fri, 22 Mar 2024 13:04:23 -0700 Subject: [PATCH 2/6] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41ba799501..5c450a6246 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ torchaudio: an audio library for PyTorch ======================================== + [![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchaudio%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorch.org/audio/main/) [![Anaconda Badge](https://anaconda.org/pytorch/torchaudio/badges/downloads.svg)](https://anaconda.org/pytorch/torchaudio) [![Anaconda-Server Badge](https://anaconda.org/pytorch/torchaudio/badges/platforms.svg)](https://anaconda.org/pytorch/torchaudio) From 6f306dd25001f7e887d0b667c64c111837e37a45 Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Fri, 22 Mar 2024 20:44:50 -0700 Subject: [PATCH 3/6] Test fix for windows CI --- .github/scripts/unittest-windows/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/unittest-windows/install.sh b/.github/scripts/unittest-windows/install.sh index 676de7e830..55768acd19 100644 --- a/.github/scripts/unittest-windows/install.sh +++ b/.github/scripts/unittest-windows/install.sh @@ -29,8 +29,7 @@ else cudatoolkit="pytorch-cuda=${version}" fi printf "Installing PyTorch with %s\n" "${cudatoolkit}" -conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c nvidia pytorch "${cudatoolkit}" pytest -conda install -y -c conda-forge mkl=2020.4 +conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c nvidia pytorch "${cudatoolkit}" pytest mkl torch_cuda=$(python -c "import torch; print(torch.cuda.is_available())") echo torch.cuda.is_available is $torch_cuda From 16cdb0ca4bbd6029ddce26ba4486b8e71fcfbc16 Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Fri, 22 Mar 2024 21:04:43 -0700 Subject: [PATCH 4/6] . --- .github/scripts/unittest-windows/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/unittest-windows/install.sh b/.github/scripts/unittest-windows/install.sh index 55768acd19..10b5ab274f 100644 --- a/.github/scripts/unittest-windows/install.sh +++ b/.github/scripts/unittest-windows/install.sh @@ -29,7 +29,7 @@ else cudatoolkit="pytorch-cuda=${version}" fi printf "Installing PyTorch with %s\n" "${cudatoolkit}" -conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c nvidia pytorch "${cudatoolkit}" pytest mkl +conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c nvidia pytorch "${cudatoolkit}" pytest mkl pybind11 torch_cuda=$(python -c "import torch; print(torch.cuda.is_available())") echo torch.cuda.is_available is $torch_cuda From 0733a5d9c0cd9eb76e4327d58c4ad87ed2c80b0e Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Fri, 22 Mar 2024 21:35:09 -0700 Subject: [PATCH 5/6] . --- .github/scripts/unittest-windows/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/unittest-windows/install.sh b/.github/scripts/unittest-windows/install.sh index 10b5ab274f..0dd4997323 100644 --- a/.github/scripts/unittest-windows/install.sh +++ b/.github/scripts/unittest-windows/install.sh @@ -29,7 +29,7 @@ else cudatoolkit="pytorch-cuda=${version}" fi printf "Installing PyTorch with %s\n" "${cudatoolkit}" -conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c nvidia pytorch "${cudatoolkit}" pytest mkl pybind11 +conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c nvidia pytorch "${cudatoolkit}" pytest pybind11 torch_cuda=$(python -c "import torch; print(torch.cuda.is_available())") echo torch.cuda.is_available is $torch_cuda From cda367a0757a4988d4b621502a1f238566eb2bdc Mon Sep 17 00:00:00 2001 From: Ahmad Sharif Date: Sat, 23 Mar 2024 12:48:59 -0700 Subject: [PATCH 6/6] Revert whitespace change --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5c450a6246..6494094ebc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ torchaudio: an audio library for PyTorch ======================================== - - [![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchaudio%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorch.org/audio/main/) [![Anaconda Badge](https://anaconda.org/pytorch/torchaudio/badges/downloads.svg)](https://anaconda.org/pytorch/torchaudio) [![Anaconda-Server Badge](https://anaconda.org/pytorch/torchaudio/badges/platforms.svg)](https://anaconda.org/pytorch/torchaudio)