mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
remove test sleep
This commit is contained in:
@@ -122,7 +122,6 @@ class Node:
|
||||
if request_id not in self.buffered_token_output:
|
||||
self.buffered_token_output[request_id] = ([], False)
|
||||
is_finished = len(self.buffered_token_output[request_id][0]) >= self.max_generate_tokens
|
||||
await asyncio.sleep(0.1)
|
||||
|
||||
if shard.is_last_layer() and not is_finished:
|
||||
self.token_count += 1
|
||||
|
||||
Reference in New Issue
Block a user