Nathan
Mmarimo
•Created by Nathan on 9/29/2024 in #help-support
`DataLoader` with `num_workers=1` crashes?
I'm learning about LLMs and was working through implementing this Jupyter notebook into Marimo and ran into a problem with a
DataLoader
trying to run in workers when there is a notebook local implementation of a Dataset
. I suppose a solution is to move the ToyDataset
class into a separate .py
file, but is this the expected behavior? Depending on external files also means that my project needs to have modules fully setup and functional.27 replies