mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
``` torch._dynamo.config.log_level = logging.INFO torch._dynamo.config.output_code = True ``` were replaced with the module level log control https://github.com/pytorch/pytorch/pull/94858 Pull Request resolved: https://github.com/pytorch/pytorch/pull/109409 Approved by: https://github.com/msaroufim
Please see the Writing documentation section of CONTRIBUTING.md for details on both writing and building the docs.