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

prefetch: use a separate temporary cache for prefetching #730

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

prefetch: disable for huggingface

278af30
Select commit
Loading
Failed to load commit list.
Draft

prefetch: use a separate temporary cache for prefetching #730

prefetch: disable for huggingface
278af30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 0s

87.47% (-0.05%) compared to 195199e

View this Pull Request on Codecov

87.47% (-0.05%) compared to 195199e

Details

Codecov Report

Attention: Patch coverage is 82.56881% with 19 lines in your changes missing coverage. Please review.

Project coverage is 87.47%. Comparing base (195199e) to head (278af30).

Files with missing lines Patch % Lines
src/datachain/lib/pytorch.py 68.18% 4 Missing and 3 partials ⚠️
src/datachain/lib/file.py 61.53% 3 Missing and 2 partials ⚠️
src/datachain/lib/prefetcher.py 88.88% 3 Missing and 1 partial ⚠️
src/datachain/cache.py 81.25% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #730      +/-   ##
==========================================
- Coverage   87.51%   87.47%   -0.05%     
==========================================
  Files         114      115       +1     
  Lines       10945    11033      +88     
  Branches     1501     1509       +8     
==========================================
+ Hits         9579     9651      +72     
- Misses        991     1000       +9     
- Partials      375      382       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.