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
This commit is contained in:
Christian Puhrsch 2022-12-02 23:06:57 +00:00 committed by PyTorch MergeBot
parent 9d54d3bec2
commit a306f85ea7

View file

@ -116,6 +116,22 @@ Sparse (torch.sparse)
- Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
- Andrew James (`amjames <https://github.com/amjames>`__)
NestedTensor (torch.nested)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Alban Desmaison (`albanD <https://github.com/albanD>`__)
- Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
- Driss Guessous (`drisspg <https://github.com/drisspg>`__)
- Joel Schlosser (`jbschlosser <https://github.com/jbschlosser>`__)
- Mikayla Gawarecki (`mikaylagawarecki <https://github.com/mikaylagawarecki>`__)
- 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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -307,6 +323,11 @@ TorchAudio
~~~~~~~~~~
- Moto Hira (`mthrok <https://github.com/mthrok>`__)
- Jeff Hwang (`hwangjeff <https://github.com/hwangjeff>`__)
- Caroline Chen (`carolineechen <https://github.com/carolineechen>`__)
- Xiaohui Zhang (`xiaohui-zhang <https://github.com/xiaohui-zhang>`__)
- Zhaoheng Ni (`nateanl <https://github.com/nateanl>`__)
- (emeritus) Christian Puhrsch (`cpuhrsch <https://github.com/cpuhrsch>`__)
- (emeritus) Vincent QB (`vincentqb <https://github.com/vincentqb>`__)
TorchRec