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

Use elaborated cache key and use it for filelock semaphore #1644

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

elronbandel
Copy link
Member

No description provided.

# Only protect the download_and_prepare operation with the lock
try:
with lock:
ds_builder.download_and_prepare(
Copy link
Member

@yoavkatz yoavkatz Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we go with this approach - then we should test it with FM-eval before continuing as well as add a unit test.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will test it today

Copy link
Collaborator

@OfirArviv OfirArviv Mar 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still error:

[Errno 2] No such file or directory: '/dccstor/fme/users/ofir.arviv/cache/huggingface/datasets/unitxt/recipe-36158aed/1.19.0.incomplete/unitxt-test-00000-00000-of-NNNNN.arrow'

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

Successfully merging this pull request may close these issues.

3 participants