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
from physicsnemo.distributed.manager import DistributedManager
Relevant log output
from physicsnemo.distributed.manager import DistributedManager
/usr/local/lib/python3.10/dist-packages/physicsnemo/__init__.py:19: in<module>
from .models.meta import ModelMetaData
/usr/local/lib/python3.10/dist-packages/physicsnemo/models/__init__.py:17: in<module>
from .module import Module
/usr/local/lib/python3.10/dist-packages/physicsnemo/models/module.py:33: in<module>
from physicsnemo.utils.filesystem import _download_cached, _get_fs
/usr/local/lib/python3.10/dist-packages/physicsnemo/utils/__init__.py:17: in<module>
from .capture import (
/usr/local/lib/python3.10/dist-packages/physicsnemo/utils/capture.py:28: in<module>
from physicsnemo.distributed import DistributedManager
/usr/local/lib/python3.10/dist-packages/physicsnemo/distributed/__init__.py:18: in<module>
from ._shard_tensor_spec import ShardTensorSpec
/usr/local/lib/python3.10/dist-packages/physicsnemo/distributed/_shard_tensor_spec.py:23: in<module>
from torch.distributed.tensor._dtensor_spec import (
E ModuleNotFoundError: No module named 'torch.distributed.tensor._dtensor_spec'
Environment details
The text was updated successfully, but these errors were encountered:
Version
1.0.0
On which installation method(s) does this occur?
Pip
Describe the issue
physicsnemo/pyproject.toml
Line 23 in 4348562
Needs a bump to likely 2.5.0.
Minimum reproducible example
Relevant log output
Environment details
The text was updated successfully, but these errors were encountered: