|
@@ -176,7 +176,6 @@ class RemoteExpertWorker:
|
|
return cls.run_coroutine(_unpack, True)
|
|
return cls.run_coroutine(_unpack, True)
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
class _RemoteModuleCall(torch.autograd.Function):
|
|
class _RemoteModuleCall(torch.autograd.Function):
|
|
"""Internal autograd-friendly call of a remote module. For applications, use RemoteExpert instead."""
|
|
"""Internal autograd-friendly call of a remote module. For applications, use RemoteExpert instead."""
|
|
|
|
|