From 508eaff541fcb86987cea4b8fa83e245f438c223 Mon Sep 17 00:00:00 2001 From: SeanNaren Date: Thu, 26 Nov 2020 23:01:04 +0000 Subject: [PATCH] Fix name --- benchmarks/test_sharded_parity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/test_sharded_parity.py b/benchmarks/test_sharded_parity.py index 78eb98e148..7065284a5b 100644 --- a/benchmarks/test_sharded_parity.py +++ b/benchmarks/test_sharded_parity.py @@ -62,7 +62,7 @@ def test_ddp_sharded_plugin_correctness_amp_multi_gpu(): @pytest.mark.skipif(not os.getenv("PL_RUNNING_SPECIAL_TESTS", '0') == '1', reason="test should be run outside of pytest") @DDPLauncher.run("--distributed_backend ddp --gpus 2 --precision 32") -def test_ddp_sharded_plugin_correctness_amp_multi_gpu_ddp(tmpdir, args=None): +def test_ddp_sharded_plugin_correctness_multi_gpu_ddp(tmpdir, args=None): run_sharded_correctness(gpus=args.gpus, precision=args.precision, accelerator=args.distributed_backend)