From 22d147f5d242040196cd6e82a7b5823cd7aba605 Mon Sep 17 00:00:00 2001 From: Mickus Timothee Date: Tue, 19 Sep 2023 23:23:45 +0300 Subject: [PATCH] same player shoot again --- mammoth/distributed/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mammoth/distributed/__init__.py b/mammoth/distributed/__init__.py index 79e928f6..3250b46d 100644 --- a/mammoth/distributed/__init__.py +++ b/mammoth/distributed/__init__.py @@ -18,7 +18,6 @@ __all__ = [ "all_gather_list", - "all_gather_stats", "batch_producer", "broadcast_tensors", "consummer",