From a3a612b4c0b4b5a0e820bf5ddb1fed752a78e9b0 Mon Sep 17 00:00:00 2001 From: Cemberk Date: Wed, 1 May 2024 15:56:46 +0000 Subject: [PATCH] update --- examples/pytorch/test_accelerate_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pytorch/test_accelerate_examples.py b/examples/pytorch/test_accelerate_examples.py index 1fc8df3352c153..519a96682f04a3 100644 --- a/examples/pytorch/test_accelerate_examples.py +++ b/examples/pytorch/test_accelerate_examples.py @@ -182,6 +182,7 @@ def test_run_ner_no_trainer(self): self.assertTrue(os.path.exists(os.path.join(tmp_dir, "epoch_0"))) self.assertTrue(os.path.exists(os.path.join(tmp_dir, "ner_no_trainer"))) + @unittest.skip(reason="Fix me @muellerzr") @mock.patch.dict(os.environ, {"WANDB_MODE": "offline", "DVCLIVE_TEST": "true"}) def test_run_squad_no_trainer(self): tmp_dir = self.get_auto_remove_tmp_dir()