We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytorch==2.5.0
tensordict/memmap.py:25: from torch.multiprocessing.reductions import ForkingPickler
tensordict/memmap.py:25
from torch.multiprocessing.reductions import ForkingPickler
but reductions.py does not import ForkingPickler anymore. (see pytorch/pytorch@abd16a8)
ForkingPickler
import tensordict
(cannot import tensordict) 2.0.2 3.10.15 | packaged by conda-forge | (main, Oct 16 2024, 01:24:24) [GCC 13.3.0] linux 2.6.0.dev20241018
The text was updated successfully, but these errors were encountered:
vmoens
Successfully merging a pull request may close this issue.
Describe the bug
tensordict/memmap.py:25
:from torch.multiprocessing.reductions import ForkingPickler
but reductions.py does not import
ForkingPickler
anymore. (see pytorch/pytorch@abd16a8)To reproduce
System info
Checklist
The text was updated successfully, but these errors were encountered: