Explorar el Código

fix: tests is not a package (#73)

justheuristic hace 5 años
padre
commit
5db3d4c946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test_utils/run_server.py

+ 1 - 1
tests/test_utils/run_server.py

@@ -6,7 +6,7 @@ import resource
 import torch
 
 import hivemind
-from tests.test_utils.layers import name_to_block, name_to_input
+from test_utils.layers import name_to_block, name_to_input
 
 
 def make_dummy_server(interface='0.0.0.0', port=None, num_experts=1, expert_cls='ffn', hidden_dim=1024,