Skip to content
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

check for existing files #2

Open
killerz99 opened this issue Oct 24, 2024 · 2 comments
Open

check for existing files #2

killerz99 opened this issue Oct 24, 2024 · 2 comments

Comments

@killerz99
Copy link

Hi, my company has blocked access to hugging face, but I have managed to download file dependencies to their expected location based on the config.yaml file. However, when running snakemake it still tries to connect to cdn-lfs.hf.co which dies due to lack of connection. Is there a way to have it skip the download if the already files exist? Thanks.

@killerz99
Copy link
Author

I think I just comment out the down_load_models rules from the Snakefile
#include: "../shared/rules/download_models.smk"

@moritzschaefer
Copy link
Collaborator

Hi @killerz99, yes this should do in this case! Let me know if you face any other challenges!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants