From ad73733a0ca109b2db5f72f7f36ebc42d74de8bb Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Thu, 7 Mar 2024 18:03:37 +0000 Subject: [PATCH] [CI] Temporarily remove snapshot from CI (#2000) --- .github/unittest/linux/scripts/run_all.sh | 12 ++++++------ .../unittest/linux_distributed/scripts/install.sh | 4 ++-- .github/unittest/linux_examples/scripts/run_all.sh | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/unittest/linux/scripts/run_all.sh b/.github/unittest/linux/scripts/run_all.sh index cbdcf4ede03..39a4bffd365 100755 --- a/.github/unittest/linux/scripts/run_all.sh +++ b/.github/unittest/linux/scripts/run_all.sh @@ -142,12 +142,12 @@ fi # smoke test python -c "import functorch" -# install snapshot -if [[ "$TORCH_VERSION" == "nightly" ]]; then - pip3 install git+https://github.com/pytorch/torchsnapshot -else - pip3 install torchsnapshot -fi +## install snapshot +#if [[ "$TORCH_VERSION" == "nightly" ]]; then +# pip3 install git+https://github.com/pytorch/torchsnapshot +#else +# pip3 install torchsnapshot +#fi # install tensordict if [[ "$RELEASE" == 0 ]]; then diff --git a/.github/unittest/linux_distributed/scripts/install.sh b/.github/unittest/linux_distributed/scripts/install.sh index 2f57813b3cf..7caa9a0c6a0 100755 --- a/.github/unittest/linux_distributed/scripts/install.sh +++ b/.github/unittest/linux_distributed/scripts/install.sh @@ -46,8 +46,8 @@ fi # smoke test python -c "import functorch" -# install snapshot -pip install git+https://github.com/pytorch/torchsnapshot +## install snapshot +#pip install git+https://github.com/pytorch/torchsnapshot # install tensordict if [[ "$RELEASE" == 0 ]]; then diff --git a/.github/unittest/linux_examples/scripts/run_all.sh b/.github/unittest/linux_examples/scripts/run_all.sh index 6b93921f424..37719e51074 100755 --- a/.github/unittest/linux_examples/scripts/run_all.sh +++ b/.github/unittest/linux_examples/scripts/run_all.sh @@ -168,8 +168,8 @@ fi # smoke test python -c "import functorch" -# install snapshot -pip install git+https://github.com/pytorch/torchsnapshot +## install snapshot +#pip install git+https://github.com/pytorch/torchsnapshot # install tensordict if [[ "$RELEASE" == 0 ]]; then