This repository has been archived by the owner. It is now read-only.
Tags: wyq-carol/pytorch
Tags
Update on "[BE] f-stringify torch/ and scripts" This PR is a follow up on the pyupgrade series to convert more strings to use f-strings using `flynt`. - https://docs.python.org/3/reference/lexical_analysis.html#f-strings - https://pypi.org/project/flynt/ Command used: ``` flynt torch/ -ll 120 flynt scripts/ -ll 120 flynt tools/ -ll 120 ``` and excluded `collect_env.py` cc mcarilli ptrblck leslie-fang-intel jgong5 [ghstack-poisoned]
Update on "[BE] Enable ruff's UP rules in pyproject.toml" Signed-off-by: Justin Chu <justinchumicrosoft.com> cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 ipiszy ngimel yf225 chenyang78 kadeng muchulee8 aakhundov [ghstack-poisoned]
Update on "[BE] Enable ruff's UP rules and autoformat nn/ mps/ and to… …rch/" cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 ipiszy ngimel yf225 chenyang78 kadeng muchulee8 aakhundov [ghstack-poisoned]
[Dynamo] Enable torch._dynamo.config.suppress_errors by default (pyto… …rch#105307) Summary: Pull Request resolved: pytorch#105307 We are working toward full model compilation, where when compilation error happens, we just fall back to eager mode rather than error out. But at the same time, we should fix these issues if they are bugs. We will: * 1/ log warnings in OSS; * 2/ log warnings and write them into Scuba in fbcode; to prevent us from ignoring these issues. Test Plan: {F1051533782} Differential Revision: D47506314 fbshipit-source-id: 3dd990aa15c678cc9e308eea608a4778cc9cad1f
Update on "Remove TORCH_API from generated autograd nodes" Curious if this will pass CI, since it will fix the Windows symbol count issues in pytorch#103822. [ghstack-poisoned]
PreviousNext