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

Too many open files: '/root/.cache/huggingface/token' #7335

Open
kopyl opened this issue Dec 16, 2024 · 0 comments
Open

Too many open files: '/root/.cache/huggingface/token' #7335

kopyl opened this issue Dec 16, 2024 · 0 comments

Comments

@kopyl
Copy link

kopyl commented Dec 16, 2024

Describe the bug

I ran this code:

from datasets import load_dataset
dataset = load_dataset("common-canvas/commoncatalog-cc-by", cache_dir="/datadrive/datasets/cc", num_proc=1000)

And got this error.
Before it was some other file though (lie something...incomplete)

runnting

ulimit -n 8192

did not help at all.

Steps to reproduce the bug

Run the code i sent

Expected behavior

Should be no errors

Environment info

linux, jupyter lab.

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

1 participant