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
It seems that GroupCoordinator support shared memory broadcaster, but there is no code to init it. So if use broadcast_object api, it will throw Error:
AttributeError: 'SequenceParallelGroupCoordinator' object has no attribute 'shm_broadcaster'
The text was updated successfully, but these errors were encountered:
It appears the GroupCoordinator is designed to support a shared memory broadcaster, yet the initialization code for shm_broadcaster is missing in SequenceParallelGroupCoordinator. To provide more reproducibility evidence:
Code Snippet: Share the exact code where you call the broadcast_object API, including how the SequenceParallelGroupCoordinator object is instantiated.
System Environment: Specify your Python version, relevant library versions (e.g., if GroupCoordinator is from a particular library), and the operating system you're using.
Steps to Reproduce: Outline the step - by - step process to reproduce the error, from setting up the environment to running the code.
This additional information will help in pinpointing the root cause.
It seems that GroupCoordinator support shared memory broadcaster, but there is no code to init it. So if use broadcast_object api, it will throw Error:
AttributeError: 'SequenceParallelGroupCoordinator' object has no attribute 'shm_broadcaster'
The text was updated successfully, but these errors were encountered: