mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE][export] add "+export" logging to de/serialization (#145283)
adds de/serialization debug logging to `TORCH_LOGS="+dynamic"` Pull Request resolved: https://github.com/pytorch/pytorch/pull/145283 Approved by: https://github.com/ydwu4, https://github.com/angelayi
This commit is contained in:
committed by
PyTorch MergeBot
parent
ce4a097bf7
commit
d53f2067fe
@ -49,6 +49,7 @@ register_log(
|
||||
*DYNAMIC,
|
||||
"torch._export.converter",
|
||||
"torch._export.non_strict_utils",
|
||||
"torch._export.serde.serialize",
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user