Skip to content

Commit

Permalink
disable sleep call
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT committed Dec 11, 2024
1 parent 31d0331 commit b74d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_torch/dynamo/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def run_op(self, binary, *inputs):
process.terminate()
print("Timeout")
break
time.sleep(0.05)
# time.sleep(0.05)
process.join()
if len(outputs) == 1:
outputs = outputs[0]
Expand Down

0 comments on commit b74d1cf

Please sign in to comment.