You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but this never gets reverted. Subsequent runs with a dataloader will just happily run this worker loop. This hack should be removed, or if it stays it should have a way for it to remain disabled and be idempotent.
This could lead to hard to debug issues on the user's side.
On our side, this currently leads to interactions in our test suite.
The text was updated successfully, but these errors were encountered:
🐛 Bug
LitData patches the worker loop in torch here
litdata/src/litdata/streaming/dataloader.py
Lines 454 to 456 in 5d6b8f9
but this never gets reverted. Subsequent runs with a dataloader will just happily run this worker loop. This hack should be removed, or if it stays it should have a way for it to remain disabled and be idempotent.
This could lead to hard to debug issues on the user's side.
On our side, this currently leads to interactions in our test suite.
The text was updated successfully, but these errors were encountered: