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