File: persons_of_interest.rst

package info (click to toggle)
pytorch-cuda 2.6.0%2Bdfsg-7
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 161,620 kB
  • sloc: python: 1,278,832; cpp: 900,322; ansic: 82,710; asm: 7,754; java: 3,363; sh: 2,811; javascript: 2,443; makefile: 597; ruby: 195; xml: 84; objc: 68
file content (439 lines) | stat: -rw-r--r-- 17,917 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
PyTorch Governance | Maintainers
=========================================

Responsibilities
----------------

* Triage and fix high priority issues assigned to the module or library
* Triage, review, and land high priority pull requests assigned to the module or library
* Answer module or library questions on `discuss.pytorch.org <https://discuss.pytorch.org/>`__
  and `dev-discuss.pytorch.org <https://dev-discuss.pytorch.org/>`__
* Maintain public user and development documentation
* Run meetings and share minutes plus roadmap on a half or quarterly basis

Lead Core Maintainer (BDFL)
---------------------------

* Soumith Chintala (`soumith <https://github.com/soumith>`__)

Core Maintainers
-------------------

-  Soumith Chintala (`soumith <https://github.com/soumith>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  Greg Chanan (`gchanan <https://github.com/gchanan>`__)
-  Dmytro Dzhulgakov (`dzhulgakov <https://github.com/dzhulgakov>`__)
-  Nikita Shulga (`malfet <https://github.com/malfet>`__)
-  Alban Desmaison (`albanD <https://github.com/albanD>`__)
-  Piotr Bialecki (`ptrblck <https://github.com/ptrblck>`__)

Module-level maintainers
------------------------

NN APIs (torch.nn)
~~~~~~~~~~~~~~~~~~

-  Mikayla Gawarecki (`mikaylagawarecki <https://github.com/mikaylagawarecki>`__)
-  Alban Desmaison (`albanD <https://github.com/albanD>`__)
-  Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  (emeritus) Greg Chanan (`gchanan <https://github.com/gchanan>`__)
-  (emeritus) Soumith Chintala (`soumith <https://github.com/soumith>`__)
-  (emeritus) Sam Gross (`colesbury <https://github.com/colesbury>`__)
-  (emeritus) Adam Paszke (`apaszke <https://github.com/apaszke>`__)

Optimizers (torch.optim)
~~~~~~~~~~~~~~~~~~~~~~~~

-  Jane Xu (`janeyx99 <https://github.com/janeyx99>`__)
-  Alban Desmaison (`albanD <https://github.com/albanD>`__)
-  Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  (emeritus) Soumith Chintala (`soumith <https://github.com/soumith>`__)
-  (emeritus) Ilqar Ramazanli (`iramazanli <https://github.com/iramazanli>`__)
-  (emeritus) Vincent Quenneville-Belair (`vincentqb <https://github.com/vincentqb>`__)

Autograd (torch.autograd)
~~~~~~~~~~~~~~~~~~~~~~~~~

-  Jeffrey Wan (`soulitzer <https://github.com/soulitzer>`__)
-  Alban Desmaison (`alband <https://github.com/alband>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  (emeritus) Adam Paszke (`apaszke <https://github.com/apaszke>`__)

TorchDynamo
~~~~~~~~~~~

-  Animesh Jain (`anijain2305 <https://github.com/anijain2305>`__)
-  Jason Ansel (`jansel <https://github.com/jansel>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)

TorchInductor
~~~~~~~~~~~~~

-  Elias Ellison (`eellison <https://github.com/eellison>`__)
-  Horace He (`Chillee <https://github.com/Chillee>`__)
-  Shunting Zhang (`shunting314 <https://github.com/shunting314>`__)
-  Jason Ansel (`jansel <https://github.com/jansel>`__)
-  Jiong Gong (`jgong5 <https://github.com/jgong5>`__)

Cudagraph Tree
~~~~~~~~~~~~~~

-  Elias Ellison (`eellison <https://github.com/eellison>`__)

PT2 Dispatcher
~~~~~~~~~~~~~~

-  Brian Hirsh (`bdhirsh <https://github.com/bdhirsh>`__)
-  Richard Zou (`zou3519 <https://github.com/zou3519>`__)
-  Horace He (`Chillee <https://github.com/Chillee>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)

PT2 Export (torch.export)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Avik Chaudhuri (`avikchaudhuri <https://github.com/avikchaudhuri>`__)
-  Yanan Cao (`gmagogsfm <https://github.com/gmagogsfm>`__)

AOT Inductor (AOTI) & AOTI Runtime
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Bin Bao (`desertfire <https://github.com/desertfire>`__)
-  Angela Yi (`angelayi <https://github.com/angelayi>`__)
-  Yang Chen (`chenyang78 <https://github.com/chenyang78>`__)

Compilers (JIT / TorchScript / Package / Deploy)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  (emeritus) Elias Ellison (`eellison <https://github.com/eellison>`__)
-  (emeritus) Michael Suo (`suo <https://github.com/suo>`__)
-  (emeritus) Yanan Cao (`gmagogsfm <https://github.com/gmagogsfm>`__)
-  (emeritus) James Reed (`jamesr66a <https://github.com/jamesr66a>`__)
-  (emeritus) Jason Ansel (`jansel <https://github.com/jansel>`__)
-  (emeritus) Jiong Gong (`jgong5 <https://github.com/jgong5>`__)
-  (emeritus) Zach Devito (`zdevito <https://github.com/zdevito>`__)


Distributions & RNG
~~~~~~~~~~~~~~~~~~~

-  Fritz Obermeyer (`fritzo <https://github.com/fritzo>`__)
-  Neeraj Pradhan (`neerajprad <https://github.com/neerajprad>`__)
-  Alican Bozkurt (`alicanb <https://github.com/alicanb>`__)
-  (emeritus) Vishwak Srinivasan (`vishwakftw <https://github.com/vishwakftw>`__)

Distributed
~~~~~~~~~~~
-  Will Constable (`wconstab <https://github.com/wconstab>`__)
-  Howard Huang (`H-Huang <https://github.com/H-Huang>`__)
-  Wanchao Liang (`wanchaol <https://github.com/wanchaol>`__)
-  Ke Wen (`kwen2501 <https://github.com/kwen2501>`__)
-  Chien-Chin Huang (`fegin <https://github.com/fegin>`__)
-  Tristan Rice (`d4l3k <https://github.com/d4l3k>`__)
-  (emeritus) Shen Li (`mrshenli <https://github.com/mrshenli>`__)
-  (emeritus) Pritam Damania (`pritamdamania87 <https://github.com/pritamdamania87>`__)
-  (emeritus) Yanli Zhao (`zhaojuanmao <https://github.com/zhaojuanmao>`__)
-  (emeritus) Rohan Varma (`rohan-varma <https://github.com/rohan-varma>`__)
-  (emeritus) Junjie Wang (`fduwjj <https://github.com/fduwjj>`__)
-  (emeritus) Alisson Azzolini (`aazzolini <https://github.com/aazzolini>`__)
-  (emeritus) James Reed (`jamesr66a <https://github.com/jamesr66a>`__)
-  (emeritus) Kiuk Chung (`kiukchung <https://github.com/kiukchung>`__)
-  (emeritus) Pieter Noordhuis (`pietern <https://github.com/pietern>`__)
-  (emeritus) Mingzhe Li (`mingzhe09088 <https://github.com/mingzhe09088>`__)
-  (emeritus) Omkar Salpekar (`osalpekar <https://github.com/osalpekar>`__)

Multiprocessing
~~~~~~~~~~~~~~~

-  (emeritus) Simon Wang (`SsnL <https://github.com/SsnL>`__)
-  (emeritus) Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)
-  (emeritus) Adam Paszke (`apaszke <https://github.com/apaszke>`__)

Linear Algebra (torch.linalg)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Mario Lezcano (`lezcano <https://github.com/lezcano>`__)
-  (emeritus) Mike Ruberry (`mruberry <https://github.com/mruberry>`__)
-  (emeritus) Ivan Yashchuk (`IvanYashchuk <https://github.com/IvanYashchuk>`__)
-  (emeritus) Vishwak Srinivasan (`vishwakftw <https://github.com/vishwakftw>`__)

Sparse (torch.sparse)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  (emeritus) Pearu Peterson (`pearu <https://github.com/pearu>`__)
-  (emeritus) Nikita Vedeneev (`nikitaved <https://github.com/nikitaved>`__)
-  (emeritus) Ivan Yashchuk (`IvanYashchuk <https://github.com/IvanYashchuk>`__)
-  (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  (emeritus) Andrew James (`amjames <https://github.com/amjames>`__)

NestedTensor (torch.nested)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  Driss Guessous (`drisspg <https://github.com/drisspg>`__)
-  Mikayla Gawarecki (`mikaylagawarecki <https://github.com/mikaylagawarecki>`__)
-  Alban Desmaison (`albanD <https://github.com/albanD>`__)
-  (emeritus) Natalia Gimelshein (`ngimel <https://github.com/ngimel>`__)

MaskedTensor (torch.masked)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  (emeritus) George Qi (`george-qi <https://github.com/george-qi>`__)

Fast Fourier Transform (torch.fft)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  (emeritus) Mike Ruberry (`mruberry <https://github.com/mruberry>`__)
-  (emeritus) Peter Bell (`peterbell10 <https://github.com/peterbell10>`__)

MKLDNN
~~~~~~

-  Xiaobing Zhang (`XiaobingSuper <https://github.com/XiaobingSuper>`__)
-  Mingfei Ma (`mingfeima <https://github.com/mingfeima>`__)
-  Jiong Gong (`jgong5 <https://github.com/jgong5>`__)
-  (emeritus) Xiaoqiang Zheng (`zheng-xq <https://github.com/zheng-xq>`__)
-  (emeritus) Sam Gross (`colesbury <https://github.com/colesbury>`__)
-  (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  (emeritus) Ilia Cherniavskii (`ilia-cher <https://github.com/ilia-cher>`__)
-  (emeritus) Junjie Bai (`bddppq <https://github.com/bddppq>`__)
-  (emeritus) Yinghai Lu (`yinghai <https://github.com/yinghai>`__)
-  (emeritus) Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)
-  (emeritus) Jianhui Li (`Jianhui-Li <https://github.com/Jianhui-Li>`__)

CUDA
~~~~

-  Natalia Gimelshein (`ngimel <https://github.com/ngimel>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  Piotr Bialecki (`ptrblck <https://github.com/ptrblck>`__)
-  Christian Sarofeen (`csarofeen <https://github.com/csarofeen>`__)
-  (emeritus) Andrew Tulloch (`ajtulloch <https://github.com/ajtulloch>`__)
-  (emeritus) Xiaoqiang Zheng (`zheng-xq <https://github.com/zheng-xq>`__)


AMD/ROCm/HIP
~~~~~~~~~~~~

-  Jeff Daily (`jeffdaily <https://github.com/jeffdaily>`__)
-  Jithun Nair (`jithunnair-amd <https://github.com/jithunnair-amd>`__)
-  (emeritus) Junjie Bai (`bddppq <https://github.com/bddppq>`__)

Build + CI
~~~~~~~~~~

-  Nikita Shulga (`malfet <https://github.com/malfet>`__)
-  Eli Uriegas (`seemethere <https://github.com/seemethere>`__)
-  Alban Desmaison (`alband <https://github.com/alband>`__)
-  Andrey Talman (`atalman <https://github.com/atalman>`__)
-  Zain Rizvi (`ZainRizvi <https://github.com/ZainRizvi>`__)
-  (emeritus) Mikey Dagitses (`dagitses <https://github.com/dagitses>`__)
-  (emeritus) Omkar Salpekar (`osalpekar <https://github.com/osalpekar>`__)
-  (emeritus) Nirav Mehta (`mehtanirav <https://github.com/mehtanirav>`__)
-  (emeritus) Zhuojie Zhou (`zhouzhuojie <https://github.com/zhouzhuojie>`__)
-  (emeritus) Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  (emeritus) Karl Ostmo (`kostmo <https://github.com/kostmo>`__)

Performance Tools
~~~~~~~~~~~~~~~~~

-  Taylor Robie (`robieta <https://github.com/robieta>`__)
-  Xu Zhao (`xuzhao9 <https://github.com/xuzhao9>`__)
-  (emeritus) Victor Bittorf (`bitfort <https://github.com/bitfort>`__)
-  (emeritus) Gisle Dankel (`gdankel <https://github.com/gdankel>`__)
-  (emeritus) Natalia Gimelshein (`ngimel <https://github.com/ngimel>`__)
-  (emeritus) Mingzhe Li (`mingzhe09088 <https://github.com/mingzhe09088>`__)

C++ API
~~~~~~~

-  (emeritus) Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
-  (emeritus) Will Feng (`yf225 <https://github.com/yf225>`__)

C10 utils and operator dispatch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Brian Hirsh (`bdhirsh <https://github.com/bdhirsh>`__)
-  Edward Yang (`ezyang <https://github.com/ezyang>`__)
-  (emeritus) Dmytro Dzhulgakov (`dzhulgakov <https://github.com/dzhulgakov>`__)
-  (emeritus) Sebastian Messmer (`smessmer <https://github.com/smessmer>`__)

ONNX exporter
~~~~~~~~~~~~~
-  Shubham Bhokare (`shubhambhokare1 <https://github.com/shubhambhokare1>`__)
-  Justin Chu (`justinchuby <https://github.com/justinchuby>`__)
-  Xavier Dupré (`xadupre <https://github.com/xadupre>`__)
-  Titai Wang (`titaiwangms <https://github.com/titaiwangms>`__)
-  (emeritus) Bowen Bao (`BowenBao <https://github.com/BowenBao>`__)
-  (emeritus) Thiago Crepaldi (`thiagocrepaldi <https://github.com/thiagocrepaldi>`__)
-  (emeritus) Aaron Bockover (`abock <https://github.com/abock>`__)
-  (emeritus) Gary Miguel (`garymm <https://github.com/garymm>`__)
-  (emeritus) Lara Haidar (`lara-hdr <https://github.com/lara-hdr>`__)
-  (emeritus) Lu Fang (`houseroad <https://github.com/houseroad>`__)
-  (emeritus) Negin Raoof (`neginraoof <https://github.com/neginraoof>`__)
-  (emeritus) Spandan Tiwari (`spandantiwari <https://github.com/spandantiwari>`__)

LiteInterpreter
~~~~~~~~~~~~~~~
-  (emeritus) David Reiss (`dreiss <https://github.com/dreiss>`__)
-  (emeritus) Raziel Guevara (`raziel <https://github.com/raziel>`__)
-  (emeritus) Linbin Yu (`linbinyu <https://github.com/linbinyu>`__)
-  (emeritus) Ivan Kobzarev (`IvanKobzarev <https://github.com/IvanKobzarev>`__)
-  (emeritus) Tao Xu (`xta0 <https://github.com/xta0>`__)

Quantization (torch/ao)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Mark Saroufim (`msaroufim <https://github.com/msaroufim>`__)
-  Vasiliy Kuznetsov (`vkuzo <https://github.com/vkuzo>`__)
-  Jerry Zhang (`jerryzh168 <https://github.com/jerryzh168>`__)
-  (emeritus) Zafar Takhirov (`z-a-f <https://github.com/z-a-f>`__)
-  (emeritus) Raghuraman Krishnamoorthi (`raghuramank100 <https://github.com/raghuramank100>`__)


Windows
~~~~~~~

-  (emeritus) Guoliang Hua (`nbcsm <https://github.com/nbcsm>`__)
-  (emeritus) Teng Gao (`gaoteng-git <https://github.com/gaoteng-git>`__)
-  (emeritus) Peter Johnson (`peterjc123 <https://github.com/peterjc123>`__)

Apple M1/MPS/Metal
~~~~~~~~~~~~~~~~~~~~

-  Kulin Seth (`kulinseth <https://github.com/kulinseth>`__)
-  Alban Desmaison (`alband <https://github.com/alband>`__)
-  Nikita Shulga (`malfet <https://github.com/malfet>`__)
-  (emeritus) Ramin Azarmehr (`razarmehr <https://github.com/razarmehr>`__)

PowerPC
~~~~~~~

-  (emeritus) Alfredo Mendoza (`avmgithub <https://github.com/avmgithub>`__)

x86 CPU
~~~~~~~

-  Mingfei Ma (`mingfeima <https://github.com/mingfeima>`__)
-  Jiong Gong (`jgong5 <https://github.com/jgong5>`__)

AArch64 CPU
~~~~~~~~~~~~

-  Sunita Nadampalli (`snadampal <https://github.com/snadampal>`__)

Docs / Tutorials
~~~~~~~~~~~~~~~~

- Svetlana Karslioglu (`svekars <https://github.com/svekars>`__)

Library-level maintainers
-------------------------

XLA
~~~

-  Jack Cao (`JackCaoG <https://github.com/JackCaoG>`__)
-  Daniel Sohn (`jysohn23 <https://github.com/jysohn23>`__)
-  Zach Cain (`zcain117 <https://github.com/zcain117>`__)
-  Brian Hirsh (`bdhirsh <https://github.com/bdhirsh>`__)
-  Gregory Chanan (`gchanan <https://github.com/gchanan>`__)
-  (emeritus) Ailing Zhang (`ailzhang <https://github.com/ailzhang>`__)
-  (emeritus) Davide Libenzi (`dlibenzi <https://github.com/dlibenzi>`__)
-  (emeritus) Alex Suhan (`asuhan <https://github.com/asuhan>`__)

TorchServe
~~~~~~~~~~

-  Li Ning (`lxning <https://github.com/lxning>`__)
-  Ankith Gunapal (`agunapal <https://github.com/agunapal>`__)
-  Hamid Shojanazeri (`HamidShojanazeri <https://github.com/HamidShojanazeri>`__)
-  (emeritus) Mark Saroufim (`msaroufIm <https://github.com/msaroufIm>`__)
-  (emeritus) Manoj Rao (`mycpuorg <https://github.com/mycpuorg>`__)
-  (emeritus) Vamshi Dantu (`vdantu <https://github.com/vdantu>`__)
-  (emeritus) Dhanasekar Karuppasamy (`dhanainme <https://github.com/dhanainme>`__)

TorchVision
~~~~~~~~~~~

-  Nicolas Hug (`NicolasHug <https://github.com/NicolasHug>`__)
-  Philip Meier (`pmeier <https://github.com/pmeier>`__)
-  Victor Fomin (`vfdev-5 <https://github.com/vfdev-5>`__)
-  (emeritus) Francisco Massa (`fmassa <https://github.com/fmassa>`__)
-  (emeritus) Vasilis Vryniotis (`datumbox <https://github.com/datumbox>`__)
-  (emeritus) Yosua Michael Maranatha (`YosuaMichael <https://github.com/YosuaMichael>`__)
-  (emeritus) Joao Gomes (`jdsgomes <https://github.com/jdsgomes>`__)

TorchText
~~~~~~~~~

-  (emeritus) Nayef Ahmed (`Nayef211 <https://github.com/Nayef211>`__)
-  (emeritus) Parmeet Singh Bhatia (`parmeet <https://github.com/parmeet>`__)
-  (emeritus) Guanheng George Zhang (`zhangguanheng66 <https://github.com/zhangguanheng66>`__)
-  (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)

TorchAudio
~~~~~~~~~~

-  Moto Hira (`mthrok <https://github.com/mthrok>`__)
-  (emeritus) Jeff Hwang (`hwangjeff <https://github.com/hwangjeff>`__)
-  (emeritus) Caroline Chen (`carolineechen <https://github.com/carolineechen>`__)
-  (emeritus) Xiaohui Zhang (`xiaohui-zhang <https://github.com/xiaohui-zhang>`__)
-  (emeritus) Zhaoheng Ni (`nateanl <https://github.com/nateanl>`__)
-  (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
-  (emeritus) Vincent QB (`vincentqb <https://github.com/vincentqb>`__)

TorchRec
~~~~~~~~

-  Colin Taylor (`colin2328 <https://github.com/colin2328>`__)
-  Paul Zhang (`PaulZhang12 <https://github.com/PaulZhang12>`__)
-  (emeritus) Dmytro Ivchenko (`divchenko <https://github.com/divchenko>`__)

TorchX
~~~~~~

-  (emeritus) Tristan Rice (`d4l3k <https://github.com/d4l3k>`__)
-  (emeritus) Kiuk Chung (`kiukchung <https://github.com/kiukchung>`__)

TorchData
~~~~~~~~~~~~~~~~~~~~~~

-  Andrew Ho (`andrewkho <https://github.com/andrewkho>`__)
-  Divyansh Khanna (`divyanshk <https://github.com/divyanshk>`__)

TorchArrow
~~~~~~~~~~~~~~~~~~~~~~

-  (emeritus) Wenlei Xie (`wenleix <https://github.com/wenleix>`__)
-  (emeritus) Vitaly Fedyunin (`VitalyFedyunin <https://github.com/VitalyFedyunin>`__)

ExecuTorch (Edge, Mobile)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Mergen Nachin (`mergennachin <https://github.com/mergennachin>`__)
-  Kimish Patel (`kimishpatel <https://github.com/kimishpatel>`__)
-  Dave Bort (`dbort <https://github.com/dbort>`__)
-  Martin Yuan (`iseeyuan <https://github.com/iseeyuan>`__)

TorchTune
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Kartikay Khandelwal (`kartikayk <https://github.com/kartikayk>`__)
-  Evan Smothers (`ebsmothers <https://github.com/ebsmothers>`__)
-  Joe Cummings (`joecummings <https://github.com/joecummings>`__)

TorchChat
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Jack Khuu (`Jack-Khuu <https://github.com/Jack-Khuu>`__)
-  Jesse White (`byjlw <https://github.com/byjlw>`__)
-  (emeritus) Michael Gschwind (`mikekgfb <https://github.com/mikekgfb>`__)

TorchCodec
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-  Nicolas Hug (`nicolashug <https://github.com/nicolashug>`__)
-  Ahmad Sharif (`ahmadsharif1 <https://github.com/ahmadsharif1>`__)
-  Scott Schneider (`scotts <https://github.com/scotts>`__)