Skip to content

Commit 2e7eeb5

Browse files
committed
add space end line
Signed-off-by: wangli <[email protected]>
1 parent 97ab312 commit 2e7eeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/offline_inference_sleep_mode_npu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
llm.wake_up()
5151
output2 = llm.generate(prompt, sampling_params)
5252
# cmp output
53-
assert output[0].outputs[0].text == output2[0].outputs[0].text
53+
assert output[0].outputs[0].text == output2[0].outputs[0].text

0 commit comments

Comments
 (0)