From 9e47da81ff1d60c4031de182d34fcd151986decc Mon Sep 17 00:00:00 2001 From: Cadene Date: Thu, 2 May 2024 21:50:04 +0000 Subject: [PATCH] try --- tests/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 1fca45f5..b9d0ad60 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -37,7 +37,7 @@ def test_examples_3_and_2(): file_contents, [ ("training_steps = 5000", "training_steps = 1"), - ("num_workers=4", "num_workers=0"), + # ("num_workers=4", "num_workers=0"), ('device = torch.device("cuda")', 'device = torch.device("cpu")'), ("batch_size=64", "batch_size=1"), ],