Skip to content

Figure out a way to silence Experimental Warnings or solve the issue #4

@dmahan93

Description

@dmahan93

Logs files are huge with this running on every gradient accumulation set, right now I'm just using the good old fashioned

import warnings
warnings.filterwarnings("ignore")

apex/transformer/pipeline_parallel/p2p_communication.py:228: ExperimentalWarning: The combination of async_comm and sequence_parallel_enabled is not well tested.

It's still in the latest, https://github.com/NVIDIA/apex/blob/master/apex/transformer/pipeline_parallel/p2p_communication.py#L235

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions