-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I noticed that we should modified _pre_forward as followed.
`_pre_forward` is modified, the original path is `software/miniconda3/lib/python3.11/site-packages/torch/distributed/fsdp/_runtime_utils.py`
But when I used the container you provided, it seem that the version of torch is mismatch.
For example:
from torch.distributed.fsdp._utils import (
_apply_to_tensors,
_no_dispatch_record_stream,
p_assert,
)
it does not exist module name _utils in torch.distributed.fsdp.
So How could I modify the _pre_forward function
Thank.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels