-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
Tried evaluate the model on a local network only machine #57
Comments
Hi, thanks for bringing this up! I assumed that the HF datasets would work properly without Internet connection because the |
Can you try setting the environment variable If that doesn't work, could you check to make sure the files are indeed in the |
Sorry to get back to you late, but I was able to bypass this issue by modifying the datacomp source code as follows:
which force the hf to use my local dataset repository instead of checking any online updates. |
Well, I first use
to download all the necessary datasets on an internet-accessible machine and then migrate the data to my machine with limited internet access.
All the other evaluation went well but the retrieval datasets , which use hf_cache/ directory instead.
The error goes like this :
Seems like the huggingface datasets module is still trying to connect to the internet. Is there any trick I can play to skip the connection to huggingface? The evaluation command :
The text was updated successfully, but these errors were encountered: