소스 검색

debug-check

justheuristic 3 년 전
부모
커밋
a7be94e6e7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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")
         # serialize inputs and put them into the queue
         inputs = (new_hidden_states,)
+        print('!!', self.uid)
         outputs_serialized = RemoteExpertWorker.run_coroutine(
             self._step(
                 runtime_pb2.ExpertRequest(