You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image depicts a street scene where two individuals appear to be...
And then it outputs a little more logs:
llama_perf_context_print: load time = 135007.65 ms
llama_perf_context_print: prompt eval time = 58405.58 ms / 725 tokens ( 80.56 ms per token, 12.41 tokens per second)
llama_perf_context_print: eval time = 47276.63 ms / 255 runs ( 185.40 ms per token, 5.39 tokens per second)
llama_perf_context_print: total time = 182521.68 ms / 980 tokens
Could you please help me to disable everything around the response so that it only writes to the terminal:
The image depicts a street scene where two individuals appear to be...
I was trying --log-disable and 2>/dev/null but it didn't help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Dear Community!
I am trying to use the Qwen VL, but I cannot suppress the output of logs before and after the model's response. For example, the following command
outputs:
Then it outputs the response:
And then it outputs a little more logs:
Could you please help me to disable everything around the response so that it only writes to the terminal:
I was trying --log-disable and 2>/dev/null but it didn't help.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions