Deependu
Deependu
### 🚀 The feature, motivation and pitch Why don't we still have the **dark mode** in pytorch's documentation? It hurts the eyes. The current alternative is to use `Dark Reader`...
Reading docs in light mode puts a lot of strain on my eyes. So, here's the support to add dark mode for people like me. 
#### Is your feature request related to a problem? Please describe. The template is awesome, but, I don't want my repository to say it was created from this template. I...
## What does this PR do? Fixes #354 I've just copy-pasted `CONTRIBUTING.md` from pytorch-lightning repository. No modifications done yet. Let's Work together on this and adapt it for LitData. Aim...
## 🚀 Feature ### Motivation [Roboflow's contributing.md](https://github.com/roboflow/inference/blob/main/CONTRIBUTING.md) is really well structured and to the point. ### Pitch A simple `contributing.md` file stating the general guidelines and how to setup project...
## 🚀 Feature It was so until this PR was merged: [Add feature to slice, subsample and split dataset](https://github.com/Lightning-AI/litdata/pull/161) But, to add support for subsampling, lazyload feature was compromised. So,...
When I click on shortcuts, it always gives this popup.
Before submitting - [ ] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements) - [ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/lit-data/blob/main/CONTRIBUTING.md), Pull Request...
## 🐛 Bug https://github.com/Lightning-AI/litdata/actions/runs/12377277308/job/34546400027 This CI issue keeps coming back, even though it was fixed before. ### To Reproduce Steps to reproduce the behavior... Code sample ```python # Ideally attach...
## 🐛 Bug While using either `optimize` or `StreamingDataset`, multiple logs for the same warning is shown. It should be at max one. ### To Reproduce Use `Optimize` function when...