We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use example code from https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct
I am very happy with Qwen2-VL models, I use 7B and 2B and my experiments show that they are awesome.
However when I was looking at netstat output I see estabilished connection to some outside host and I don't know why. Code looks fully local.
I run the code in Visual Studio Code, I was thinking maybe it's VSC sending something, but I removed qwen_vl_utils call and connection was gone.
However when I turned off my WiFi connection script was still fully functional.
Do you know is this connection caused by qwen-vl-utils or something else?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use example code from https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct
I am very happy with Qwen2-VL models, I use 7B and 2B and my experiments show that they are awesome.
However when I was looking at netstat output I see estabilished connection to some outside host and I don't know why. Code looks fully local.
I run the code in Visual Studio Code, I was thinking maybe it's VSC sending something, but I removed qwen_vl_utils call and connection was gone.
However when I turned off my WiFi connection script was still fully functional.
Do you know is this connection caused by qwen-vl-utils or something else?
The text was updated successfully, but these errors were encountered: