Skip to content

Commit f9355d4

Browse files
author
sanising
committed
Fix bug
Signed-off-by: sanising <sanising@qti.qualcomm.com>
1 parent 55e76e9 commit f9355d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/transformers/sampler/test_sampler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ def test_guided_decoding(
639639
(full_batch_size, 1),
640640
)
641641
},
642+
**additional_params,
642643
},
643644
)
644645
model_w_sampler_wo_guided_decoding_exec_info = model_w_sampler_wo_guided_decoding.generate(
@@ -648,6 +649,7 @@ def test_guided_decoding(
648649
include_sampler=True,
649650
return_pdfs=False,
650651
sampling_params=sampling_params,
652+
**additional_params,
651653
)
652654
assert (
653655
model_w_sampler_w_guided_decoding_exec_info.generated_ids

0 commit comments

Comments
 (0)