justheuristic hace 2 años
padre
commit
e4a9329767
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/remote_forward_backward.py

+ 1 - 1
src/client/remote_forward_backward.py

@@ -2,7 +2,7 @@
 Utility functions that call RPC forward or backward on a single remote server
 """
 import asyncio
-from typing import Iterable, List, Sequence, Tuple, Optional
+from typing import Iterable, List, Sequence, Tuple
 
 import torch
 from hivemind import nested_compare, nested_flatten, serialize_torch_tensor, nested_pack