Skip to content

Commit 647546d

Browse files
committed
WIP
Signed-off-by: jberkhahn <[email protected]>
1 parent 1258096 commit 647546d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm_spyre/v1/worker/spyre_worker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ def _maybe_warmup_context(limit: int, world_size: int, rank: int):
7979
# as it's where the model is actually compiled.
8080
def __stagger_exit__(*args, **kwargs):
8181
with utils_spyre.stagger_region(limit, world_size, rank):
82-
sendnn_exit(*args, **kwargs)
82+
potato = 3
83+
sendnn_exit(potato, *args, **kwargs)
8384

8485
functools.update_wrapper(__stagger_exit__, sendnn_exit)
8586
with warmup_context():

0 commit comments

Comments
 (0)