We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ab312 commit 2e7eeb5Copy full SHA for 2e7eeb5
examples/offline_inference_sleep_mode_npu.py
@@ -50,4 +50,4 @@
50
llm.wake_up()
51
output2 = llm.generate(prompt, sampling_params)
52
# cmp output
53
- assert output[0].outputs[0].text == output2[0].outputs[0].text
+ assert output[0].outputs[0].text == output2[0].outputs[0].text
0 commit comments