Skip to content

Commit

Permalink
fix synchronize
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyzbn committed Aug 5, 2024
1 parent cdb4ef9 commit 0aeaad3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modal/_container_io_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def call_finalized_function(self) -> Any:
logger.debug(f"Finished input {self.input_ids} (async)")
return res

@synchronizer.no_io_translation
async def format_outputs(
self, container_io_manager: "_ContainerIOManager", started_at: float, data_format: int, **kwargs
) -> List[api_pb2.FunctionPutOutputsItem]:
Expand Down Expand Up @@ -575,7 +574,6 @@ async def run_inputs_outputs(
for _ in range(input_concurrency):
await self._semaphore.acquire()

@synchronizer.no_io_translation
async def _push_output(
self,
outputs: List[api_pb2.FunctionPutOutputsItem],
Expand Down

0 comments on commit 0aeaad3

Please sign in to comment.