Update AGENTS.md (#168111)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/168111
Approved by: https://github.com/ezyang
This commit is contained in:
Oguz Ulgen
2025-11-19 04:33:07 +00:00
committed by PyTorch MergeBot
parent cea86781f2
commit 13ec55d15b

View File

@@ -10,6 +10,7 @@
- Do NOT run pre-commit, it is not setup
- To run lint, run 'lintrunner -a' (which will autoapply changes)
- Do NOT attempt to install dependencies, you do not have Internet access
- Do NOT create summary files unless explicitly asked
- When you are ready to make a PR, do exactly these steps:
- git stash -u
- git reset --hard $(cat /tmp/orig_work.txt) # NB: reset to the LOCAL branch, do NOT fetch