Jelajahi Sumber

fix imports

artek0chumak 3 tahun lalu
induk
melakukan
526942c67d
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      src/client/remote_model.py

+ 2 - 1
src/client/remote_model.py

@@ -1,8 +1,9 @@
 # this code is in active development, interfaces may change
 import os
 import torch
-from typing import List, Optional, Union, Tuple
+from typing import List, Optional, Tuple, Union
 
+import torch
 import hivemind
 import torch
 import torch.nn as nn