Browse Source

debug-check

justheuristic 3 năm trước cách đây
mục cha
commit
a7be94e6e7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/client/remote_block.py

+ 1 - 0
src/client/remote_block.py

@@ -85,6 +85,7 @@ class RemoteTransformerBlockInferenceSession:
             raise Exception("Session is closed, cannot perform step")
             raise Exception("Session is closed, cannot perform step")
         # serialize inputs and put them into the queue
         # serialize inputs and put them into the queue
         inputs = (new_hidden_states,)
         inputs = (new_hidden_states,)
+        print('!!', self.uid)
         outputs_serialized = RemoteExpertWorker.run_coroutine(
         outputs_serialized = RemoteExpertWorker.run_coroutine(
             self._step(
             self._step(
                 runtime_pb2.ExpertRequest(
                 runtime_pb2.ExpertRequest(