Replies: 1 comment 3 replies
-
Try adding |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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