From 0b8cfaad3693060e8c88f30900b17fb16c810d3c Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 14 Oct 2021 11:00:22 -0700 Subject: [PATCH 1/4] Just testing netlify builds --- sigsep_open-unmix-pytorch_umx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigsep_open-unmix-pytorch_umx.md b/sigsep_open-unmix-pytorch_umx.md index 635a0659..970cb26f 100644 --- a/sigsep_open-unmix-pytorch_umx.md +++ b/sigsep_open-unmix-pytorch_umx.md @@ -17,7 +17,7 @@ accelerator: cuda-optional ```bash -# assuming you have a PyTorch >=1.6.0 installed +# assuming you have a PyTorch >=1.9.0 installed pip install -q torchaudio ``` From 9a975d5a4bccb5d24f505ed5e9904ec35d2b99c0 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 14 Oct 2021 13:02:57 -0700 Subject: [PATCH 2/4] Update ruby version to 2.6.8 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 73462a5a..743af5e1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.1 +2.6.8 From a80dc0255273f89ca481b0e31d6350f1919e5323 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 14 Oct 2021 21:53:43 -0700 Subject: [PATCH 3/4] Update preview_setup.sh --- preview_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview_setup.sh b/preview_setup.sh index 0bba7530..14052d9e 100755 --- a/preview_setup.sh +++ b/preview_setup.sh @@ -1,6 +1,6 @@ #!/bin/bash rm -rf pytorch.github.io -git clone --recursive https://github.com/pytorch/pytorch.github.io.git -b site +git clone --recursive https://github.com/pytorch/pytorch.github.io.git -b site --depth 1 cp *.md pytorch.github.io/_hub cp images/* pytorch.github.io/assets/images/ From 0dae08c7d4a3ed4b02d5c2cf353d5c1d4e18ed2d Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 14 Oct 2021 21:58:02 -0700 Subject: [PATCH 4/4] Update sigsep_open-unmix-pytorch_umx.md --- sigsep_open-unmix-pytorch_umx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigsep_open-unmix-pytorch_umx.md b/sigsep_open-unmix-pytorch_umx.md index 970cb26f..635a0659 100644 --- a/sigsep_open-unmix-pytorch_umx.md +++ b/sigsep_open-unmix-pytorch_umx.md @@ -17,7 +17,7 @@ accelerator: cuda-optional ```bash -# assuming you have a PyTorch >=1.9.0 installed +# assuming you have a PyTorch >=1.6.0 installed pip install -q torchaudio ```