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
Maybe you'll need VPN to access these goodies in Hugging Face🤣. But fear not! We've got a workaround – you can snag our dataset and checkpoint via ModelScope. If you want to launch the model, you just need to do these things:
(1) download checkpoint from ModelScope;
(2) change the value of DEFAULT_CKPT_PATH or mpath in our code to the path you save the checkpoint, then run the code.
Hello, I have downloaded checkpoint from ModelScope, and succeeded in loading tokenizer and generation_config, yet when it comes to model, I encountered a problem:
Exception has occurred: OSError
We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like Qwen/Qwen-VL-Chat is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
socket.timeout: timed out.
It seems that no Qwen/Qwen-VL-Chat in the checkpoint you provided.Should I access it somewhere else?
We released our dataset 和 checkpoint. 👈😆Please try it!
I'm unable to access them, and I'm not certain what the issue might be.
The text was updated successfully, but these errors were encountered: