-
Notifications
You must be signed in to change notification settings - Fork 9
Allow to download multiple files in parallel #217
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
base: develop
Are you sure you want to change the base?
Conversation
|
In my mind, we can use the n_jobs flag... |
|
no create an extra parameters |
|
ok thanks @bruAristimunha |
|
should be or was used within the reading, but I didn't check if act used. |
|
It was for sure used within the competition |
Co-authored-by: Bru <[email protected]>
|
@bruAristimunha the error is "no space left on device". You think it's related to my pr or the runner? |
|
I think it is unfortunately @PierreGtch |
|
I put to re-run |

Question: Is the n_jobs argument used anywhere? So is it necessary to create a new arg n_jobs_download?