Skip to content

Commit

Permalink
remove extraneous sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Oct 25, 2024
1 parent 9d1e68b commit 894f177
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shortfin/tests/invocation/simple_kvcache_access_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,6 @@ async def main():
host_result = read_result.for_transfer()
host_result.copy_from(read_result)
await device
import time

time.sleep(5)

# Convert result to numpy array for comparison
result_array = np.frombuffer(
Expand Down

0 comments on commit 894f177

Please sign in to comment.