From 80803f49ce7dd4709638afd7c7ba709b88671656 Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Fri, 6 Oct 2023 15:15:26 -0700 Subject: [PATCH] remove comments --- .circleci/common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/common.sh b/.circleci/common.sh index 8983eb757a9..88c5fed8efc 100755 --- a/.circleci/common.sh +++ b/.circleci/common.sh @@ -151,9 +151,6 @@ function run_torch_xla_python_tests() { # GPU tests if [ -x "$(command -v nvidia-smi)" ]; then # These tests fail on GPU with 03/30 TF-pin update (https://github.com/pytorch/xla/pull/4840) - # PJRT_DEVICE=GPU python test/test_train_mp_imagenet_fsdp.py --fake_data --use_nested_fsdp --use_small_fake_sample --num_epochs=1 - # PJRT_DEVICE=GPU python test/test_train_mp_imagenet_fsdp.py --fake_data --auto_wrap_policy type_based --use_small_fake_sample --num_epochs=1 - # XLA_DISABLE_FUNCTIONALIZATION=1 PJRT_DEVICE=GPU python test/test_train_mp_imagenet_fsdp.py --fake_data --use_nested_fsdp --use_small_fake_sample --num_epochs=1 PJRT_DEVICE=GPU python test/test_train_mp_imagenet_fsdp.py --fake_data --use_nested_fsdp --use_small_fake_sample --num_epochs=1 PJRT_DEVICE=GPU python test/test_train_mp_imagenet_fsdp.py --fake_data --auto_wrap_policy type_based --use_small_fake_sample --num_epochs=1 XLA_DISABLE_FUNCTIONALIZATION=1 PJRT_DEVICE=GPU python test/test_train_mp_imagenet_fsdp.py --fake_data --use_nested_fsdp --use_small_fake_sample --num_epochs=1