Closed
Description
Hello everyone,
we noticed that since #1226, transformer engine modifies the root logger of Python in the global scope:
TransformerEngine/transformer_engine/pytorch/attention.py
Lines 100 to 101 in 7fb22c3
That means that importing transformer-engine already modifies the logger setup of the application.
Is it maybe possible to use a named logger? fa_logger = logging.getLogger("FlashAttention")
for example?
(related to this issue #1065)
Thank you 😄
Metadata
Metadata
Assignees
Labels
No labels