From 01ff72a0eb85aebc84dbbd9adeea0fbfbb2c8631 Mon Sep 17 00:00:00 2001 From: Pyre Bot Jr Date: Thu, 21 Mar 2024 16:53:13 -0700 Subject: [PATCH] suppress errors in `torchx` Differential Revision: D55109047 --- torchx/test/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torchx/test/fixtures.py b/torchx/test/fixtures.py index 3cc669034..eab62a52e 100644 --- a/torchx/test/fixtures.py +++ b/torchx/test/fixtures.py @@ -182,6 +182,7 @@ def run_ddp( See class docstring for usage example. """ + # pyre-fixme[28]: Unexpected keyword argument `log_dir`. config = LaunchConfig( min_nodes=1, max_nodes=1,