Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the instruction to enable dynamo logs (pytorch#109409)
``` torch._dynamo.config.log_level = logging.INFO torch._dynamo.config.output_code = True ``` were replaced with the module level log control pytorch#94858 Pull Request resolved: pytorch#109409 Approved by: https://github.com/msaroufim
- Loading branch information