justheuristic 2 년 전
부모
커밋
e4a9329767
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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