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

Streamingdataset torch compatibility #108

Merged
merged 14 commits into from
Apr 24, 2024

Conversation

yhl48
Copy link
Contributor

@yhl48 yhl48 commented Apr 24, 2024

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Fixes #107.

Removed the constraint of having to use torch>=2.1.0 with litdata

@yhl48 yhl48 requested review from tchaton and awaelchli as code owners April 24, 2024 15:27
@yhl48 yhl48 requested a review from Borda as a code owner April 24, 2024 15:41
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

❗ No coverage uploaded for pull request base (main@577e181). Click here to learn what that means.
The diff coverage is 58%.

Additional details and impacted files
@@          Coverage Diff          @@
##             main   #108   +/-   ##
=====================================
  Coverage        ?    76%           
=====================================
  Files           ?     30           
  Lines           ?   3932           
  Branches        ?      0           
=====================================
  Hits            ?   2971           
  Misses          ?    961           
  Partials        ?      0           

@tchaton tchaton merged commit 968722f into Lightning-AI:main Apr 24, 2024
28 checks passed
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.

StreamingDataset support for older PyTorch versions
2 participants