justheuristic %!s(int64=2) %!d(string=hai) anos
pai
achega
8b8d54abc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/remote_forward_backward.py

+ 1 - 1
src/client/remote_forward_backward.py

@@ -111,7 +111,7 @@ async def run_remote_backward(
     inputs: torch.Tensor,
     grad_outputs: List[torch.Tensor],
     *extra_tensors: torch.Tensor,
-    metadata: bytes = b"",
+    **kwargs,
 ) -> Sequence[torch.Tensor]:
     """
     Serializes grad outputs and calls "rpc_backward" on a remote server.