Wei (Will) Feng
68349118b5
[doc] add weifengpy to torch distributed pocs ( #158989 )
...
<img width="415" height="355" alt="Screenshot 2025-07-23 at 16 02 12" src="https://github.com/user-attachments/assets/35b6bb45-d5ed-4d74-8369-e8e66aaa2618 " />
Pull Request resolved: https://github.com/pytorch/pytorch/pull/158989
Approved by: https://github.com/mori360
2025-07-24 04:42:33 +00:00
fduwjj
82f8e04f27
Update distributed maintainers ( #158900 )
...
I maintain couple components of distributed like devicemesh, c10d and PGNCCL, gloo, etc. Can I be marked not as emeritus? Thanks!
Pull Request resolved: https://github.com/pytorch/pytorch/pull/158900
Approved by: https://github.com/albanD
2025-07-23 21:53:27 +00:00
albanD
a25d1443fa
Mark TorchServe as all emeritus ( #156865 )
...
As per title and to follow the broader tutorial cleanup work.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156865
Approved by: https://github.com/svekars , https://github.com/malfet , https://github.com/seemethere
2025-06-25 23:34:57 +00:00
Svetlana Karslioglu
f136046919
Clean up right nav ( #153090 )
...
- Move community and language binding links to the horizontal bar
- Add an intro to the community page.
- Fix the link in the ogp_image
- Fix the link in the version switcher
- Clean up unneeded links
Pull Request resolved: https://github.com/pytorch/pytorch/pull/153090
Approved by: https://github.com/albanD
2025-05-12 21:00:45 +00:00
Anthony Shoumikhin
e2f9759bd0
Fix broken URLs ( #152237 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152237
Approved by: https://github.com/huydhn , https://github.com/malfet
2025-04-27 09:56:42 +00:00
Svetlana Karslioglu
cd7bc60e11
Migrate to new theme ( #149331 )
...
- Migrate pytorch docs, cpp docs and functorch docs to the pytorch_sphinx_theme2
- Migrate index.rst to markdown and restructure to use high-level horizontal bar sections Python API, Developer Notes
- Added python-api.md which becomes the main container for the API docs. This file will be used to add all api references in the toctree. It would be great to have lint for this file: https://github.com/pytorch/pytorch/issues/150718
- Enabled mermaid sphinx extension and opengraph sphinx extension
Pull Request resolved: https://github.com/pytorch/pytorch/pull/149331
Approved by: https://github.com/malfet , https://github.com/atalman , https://github.com/albanD
2025-04-16 21:35:19 +00:00
nikitaved
87a63a9886
Add @nikitaved to torch.linalg CODEOWNERS/persons_of_interest ( #141803 )
...
As per title. I hope there is no objection :)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/141803
Approved by: https://github.com/albanD
2025-02-04 16:11:31 +00:00
Jiong Gong
e30c55ee52
Update maintainers for inductor and x86 CPU ( #136839 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136839
Approved by: https://github.com/Skylion007 , https://github.com/albanD , https://github.com/malfet
2024-10-11 07:24:07 +00:00
Nikita Shulga
76a57568de
Update windows maintainers ( #136901 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136901
Approved by: https://github.com/albanD
2024-09-30 16:12:49 +00:00
albanD
2421344d8f
Update current maintainers ( #136672 )
...
This file didn't had an overall in a few years so long overdue. Most of the credit goes to @orionr for gathering all of this info.
The main rules we followed:
- No code contributor is removed, they're all placed as emeritus
- Breakdown too big categories to make this document useful to know who to ping
- No category where the code is still in the codebase is removed
- We did not rework the categories (for example to be closer to module: labels) and leave that for later
- All non-emeritus names are ordered by their number of comments on issues related to their topic
Pull Request resolved: https://github.com/pytorch/pytorch/pull/136672
Approved by: https://github.com/eqy , https://github.com/ezyang , https://github.com/seemethere , https://github.com/malfet
2024-09-26 17:13:16 +00:00
Soumith Chintala
8e478d4fb1
Add Alban and Piotr into Core Maintainers ( #130903 )
...
See official announcement here: https://dev-discuss.pytorch.org/t/alban-desmaison-and-piotr-bialecki-are-now-pytorch-core-maintainers/2280
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130903
Approved by: https://github.com/albanD , https://github.com/Skylion007
2024-07-20 16:02:42 +00:00
BowenBao
ab13980424
[ONNX] Update 'person_of_interest.rst', 'CODEOWNERS' and 'merge_rules.yaml' ( #126364 )
...
The following are all constrained under the ONNX exporter project scope.
- `personal_of_interest.rst`
- Moving folks no longer working on the project to emeritus.
- Adding @justinchuby, @titaiwangms, @shubhambhokare1 and @xadupre,
who have all made countless contributions to this project.
- `CODEOWNERS`
- Removing folks no longer working on the project.
- Updating new owners who will now be notified with PRs related to
the specific file paths.
- `merge_rules.yaml`
- Removing folks no longer working on the project.
🫡
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126364
Approved by: https://github.com/titaiwangms , https://github.com/justinchuby , https://github.com/albanD
2024-06-16 04:52:16 +00:00
yuanx749
691af57fbc
Fix broken link of scikit-learn ( #120972 )
...
The link is broken in https://pytorch.org/docs/main/community/design.html
Pull Request resolved: https://github.com/pytorch/pytorch/pull/120972
Approved by: https://github.com/Skylion007
2024-05-16 11:46:34 +00:00
Mateus Devino
64aaa8f508
Fix typo on Contribution Guide ( #119428 )
...
Fixes #119427
Pull Request resolved: https://github.com/pytorch/pytorch/pull/119428
Approved by: https://github.com/awgu , https://github.com/kit1980
2024-02-08 01:07:27 +00:00
Thiago Crepaldi
574e313643
Add thiagocrepaldi as person of interest for onnx exporter ( #113402 )
...
@malfet @kit1980
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113402
Approved by: https://github.com/malfet
2023-11-10 15:19:58 +00:00
Nikita Shulga
81bf0bd68d
[no ci] Fix typo in persons_of_interest.rst ( #113283 )
...
There are no `c` in `Hirsh`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113283
Approved by: https://github.com/bdhirsh
2023-11-08 19:36:32 +00:00
agunapal
1460e5b7f5
updated aarch64 maintainers in docs ( #112047 )
...
This PR adds a new section for maintainers of `aarch64`.
Adding @snadampal to the list
Pull Request resolved: https://github.com/pytorch/pytorch/pull/112047
Approved by: https://github.com/atalman
2023-10-27 21:09:36 +00:00
Nikita Shulga
58c33789c6
Fix governance.rst link rendering ( #110171 )
...
By adding `__` to the end of the link decorator according to https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html#links-to-external-web-pages
Fixes regression introduced by https://github.com/pytorch/pytorch/pull/106863
Pull Request resolved: https://github.com/pytorch/pytorch/pull/110171
Approved by: https://github.com/seemethere , https://github.com/msaroufim , https://github.com/atalman
2023-09-27 18:49:03 +00:00
Suraj Subramanian
d43f9f7707
Add redirect links to the contributor wiki ( #106863 )
...
* Update contribution guide links to the wiki page
---------
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
2023-09-21 22:01:20 -04:00
moto
a250cc9bd7
Update persons_of_interest.rst ( #107592 )
...
Updating the state of PyTorch Audio.
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/107592
Approved by: https://github.com/cpuhrsch
2023-08-21 20:01:46 +00:00
Sergii Dymchenko
adf9595c2f
Update CODEOWNERS ( #103934 )
...
Remove users that no longer have write access to the repo, resolving CODEOWNERS errors.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/103934
Approved by: https://github.com/ZainRizvi , https://github.com/atalman , https://github.com/malfet
2023-06-26 19:29:29 +00:00
Eli Uriegas
e26f5b2ac7
docs: Render bullet points correctly ( #103021 )
...
This wasn't rendering correctly on the website, this should make it so that the bullet points actually show correctly now.
Signed-off-by: Eli Uriegas <eliuriegas@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/103021
Approved by: https://github.com/albanD
2023-06-06 00:22:49 +00:00
Svetlana Karslioglu
d425da8bf3
Replace master with main in links and docs/conf.py ( #100176 )
...
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/100176
Approved by: https://github.com/albanD , https://github.com/malfet
2023-05-02 18:20:32 +00:00
Chris Gottbrath
f0e28b1cb9
Adding the maintainers approved in 2023Q1 Core Maintainers meeting ( #98520 )
...
Added Nikita to Core Maintainers
Merged MKLDNN with CPU Performance
Renamed CUDA to GPU Performance
Added Jiong to Compiler and CPU Performance
Added Xiaobing to CPU Performance
Marking Vitaly and Jian Hui as Emeritus
Pull Request resolved: https://github.com/pytorch/pytorch/pull/98520
Approved by: https://github.com/ezyang , https://github.com/soumith , https://github.com/dzhulgakov
2023-04-24 17:58:18 +00:00
Simon Seo
9f95032101
Fix broken links in contribution_guide.rst ( #99295 )
...
mainly from `master` to `main`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/99295
Approved by: https://github.com/kit1980
2023-04-20 22:20:56 +00:00
Kiuk Chung
55a1bd3fc6
[PT-D] Update CODEOWNERS, merge_rules, and Persons-of-Interest for to… ( #96321 )
...
Synchronize CODEOWNERS, merge_rules, and POI files to reflect kiukchung and d4l3k (Tristan Rice) as one of the maintainers for the distributed module.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96321
Approved by: https://github.com/d4l3k , https://github.com/albanD , https://github.com/malfet
2023-03-13 17:38:43 +00:00
Svetlana Karslioglu
004bcffc6a
Fix formatting ( #95906 )
...
Fixing list formatting by adding a missing blank line:
Before:

After:

Pull Request resolved: https://github.com/pytorch/pytorch/pull/95906
Approved by: https://github.com/orionr
2023-03-03 16:18:12 +00:00
ajithvallabai
3944e7c3e8
Fix grammatical errors in contribution guide ( #95454 )
...
Fixed following errors in contribution guide.
"deep neural networks using a **on** tape-based autograd systems." to "deep neural networks **using a tape-based** autograd systems."
"the best entrance **point** and are great places to start." to "the best entrance **points** and are great places to start."
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95454
Approved by: https://github.com/ezyang
2023-02-28 03:44:40 +00:00
Atharva Kavitkar
627282fa6c
Corrected grammar in contribution guide ( #93014 )
...
Corrected the grammar of a sentence in "Implementing Features or Fixing Bugs" section of the contribution guide.
**Before:**
Issues that are labeled first-new-issue, low, or medium priority provide the best entrance point are great places to start.
**After:**
Issues that are labeled first-new-issue, low, or medium priority provide the best entrance point _and_ are great places to start.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93014
Approved by: https://github.com/albanD , https://github.com/kit1980
2023-02-24 00:22:14 +00:00
Svetlana Karslioglu
3b7140d938
Add the new submission form ( #94000 )
...
Adding the new form for submitting topics on quarterly maintainers meetings.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94000
Approved by: https://github.com/orionr
2023-02-03 16:46:30 +00:00
Svetlana Karslioglu
218d4eac56
Remove submission form ( #93287 )
...
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93287
Approved by: https://github.com/orionr
2023-01-31 23:41:16 +00:00
Christian Puhrsch
a306f85ea7
Update Persons of Interest ( #90069 )
...
Creates sections for contributors to MaskedTensor and NestedTensor and updates torchaudio.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90069
Approved by: https://github.com/drisspg , https://github.com/mikaylagawarecki , https://github.com/nateanl
2022-12-02 23:06:57 +00:00
Li-Huai (Allan) Lin
c2ce79f06e
Fix dev-discuss link in the maintainer docs ( #89493 )
...
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89493
Approved by: https://github.com/H-Huang
2022-11-22 19:33:21 +00:00
Kazuaki Ishizaki
a5f04e9a91
Fix typos in .md and .rst files ( #88962 )
...
This PR fixes typos `Github` in `.md` and `.rst` files.
`Github` -> `GitHub`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/88962
Approved by: https://github.com/kit1980
2022-11-17 03:37:02 +00:00
Svetlana Karslioglu
7e83f65ad5
Add General Project Policies ( #87385 )
...
Add General Project Policies to the Governance page
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87385
Approved by: https://github.com/orionr
2022-10-20 21:02:09 +00:00
vfdev
8d9472d7d4
[skip-ci] Fixed bad link in build_ci_governance.rst ( #85933 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85933
Approved by: https://github.com/albanD
2022-10-03 17:35:44 +00:00
vfdev
6fd5d6397a
[Docs] Updated torchvision people ( #85931 )
...
cc @datumbox @pmeier
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85931
Approved by: https://github.com/fmassa , https://github.com/datumbox
2022-10-03 10:57:08 +00:00
Andrew M. James
5bfcf1f01a
[Docs] Update sparse Maintainers ( #85126 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85126
Approved by: https://github.com/cpuhrsch
2022-09-27 22:50:31 +00:00
supriyar
18685b7fe1
Update PT maintainers list for AO ( #85125 )
...
Summary:
Update the list based on recommendation in
https://github.com/pytorch/pytorch/blob/master/docs/source/community/build_ci_governance.rst
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: [D39745619](https://our.internmc.facebook.com/intern/diff/D39745619 )
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85125
Approved by: https://github.com/gchanan
2022-09-23 23:38:57 +00:00
lezcano
de0f3c4200
Change Lezcano to lezcano ( #85396 )
...
I changed my handle to lezcano (no caps) as rhere's always issues with
capital letters when automatising stuff.
The last issue was https://github.com/pytorch/test-infra/pull/751
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85396
Approved by: https://github.com/ezyang
2022-09-21 13:49:55 +00:00
Nayef Ahmed
cb9ef4668e
Updated library level maintainers for torchtext ( #84950 )
...
- Updated library level maintainers for torchtext to reflect internal changes to the team
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84950
Approved by: https://github.com/mthrok
2022-09-14 00:35:36 +00:00
Slava Kovalevskyi
2698f99dc7
fixing form link for governance ( #84861 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84861
Approved by: https://github.com/malfet
2022-09-12 14:15:52 +00:00
Dmytro Dzhulgakov
96e4bd9500
[docs] Person of interest update: sparse, torchrec and smaller tweaks ( #84772 )
...
Fixes #83363
This is not a full update yet, but fixes some obvious things: missing modules (torchrec, sparse) and brings a few people from merge_rules.json who are working on the respective modules. There are still discrepancies - e.g. Intel CPU work is split in many categories in merge_rules, but it's better to improve things incrementally.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84772
Approved by: https://github.com/b0noI , https://github.com/malfet
2022-09-10 00:09:57 +00:00
Sergii Dymchenko
49ec8d32c7
Suggest draft PRs in contribution_guide.rst ( #84658 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84658
Approved by: https://github.com/huydhn
2022-09-08 03:12:50 +00:00
Slava Kovalevskyi
c585e149e2
Process for maintaining Build + CI contributors list ( #83869 )
...
The following issues are fixed:
* process of adding new contributors to the "Build + CI" module added
* folks who qualified are explicitly added
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83869
Approved by: https://github.com/svekars , https://github.com/seemethere , https://github.com/malfet
2022-08-31 21:48:39 +00:00
Zain Rizvi
d62a6ca521
Link to instructions on submitting an RFC ( #83990 )
...
Point people to instructions on how to create an RFC
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83990
Approved by: https://github.com/janeyx99
2022-08-29 20:31:30 +00:00
Slava Kovalevskyi
2c79b9c638
module names are made more consistent with POI page ( #83219 )
...
Less intrusive update after the first attempt got reverted: https://github.com/pytorch/pytorch/pull/83127
fix for: #83363
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83219
Approved by: https://github.com/malfet
2022-08-16 18:38:08 +00:00
PyTorch MergeBot
3d61d93ea7
Revert "merge_rules, person_of_interst and CODEOWNERS now better aligned ( #83127 )"
...
This reverts commit fb833aabac .
Reverted https://github.com/pytorch/pytorch/pull/83127 on behalf of https://github.com/malfet due to We should not have removed existing codeowners, nor spam Soumith and Ed with review requests
2022-08-10 16:31:28 +00:00
Slava Kovalevskyi
fb833aabac
merge_rules, person_of_interst and CODEOWNERS now better aligned ( #83127 )
...
not 100% alignment just yet
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83127
Approved by: https://github.com/malfet
2022-08-10 14:46:25 +00:00
Slava Kovalevskyi
9ba1631c67
Governance process been actualized. ( #82736 )
...
Changes:
* form for topics proposals for Core maintainers review been added
* merge_rules.json file specified as spruce of truth for the list of maintainers (since it is the file that actually defines permissions)
* responsibilities of the module maintainers are added (as per the last core maintainers meeting)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82736
Approved by: https://github.com/svekars , https://github.com/soumith
2022-08-09 00:40:20 +00:00