Skip to content

Commit 13df801

Browse files
committed
fix rebase issue
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
1 parent 329f914 commit 13df801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def generate(
215215
inputs = self.processor(**processor_kwargs)
216216

217217
output_ids = self.model.generate(
218-
self.wrap_device(**inputs),
218+
**self.wrap_device(inputs),
219219
use_cache=True,
220220
**kwargs,
221221
)

0 commit comments

Comments
 (0)