mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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
This commit is contained in:
committed by
PyTorch MergeBot
parent
6079c50910
commit
ab13980424
2
.github/merge_rules.yaml
vendored
2
.github/merge_rules.yaml
vendored
@ -27,11 +27,9 @@
|
||||
- third_party/onnx
|
||||
- caffe2/python/onnx/**
|
||||
approved_by:
|
||||
- BowenBao
|
||||
- justinchuby
|
||||
- liqunfu
|
||||
- shubhambhokare1
|
||||
- thiagocrepaldi
|
||||
- titaiwangms
|
||||
- wschin
|
||||
- xadupre
|
||||
|
12
CODEOWNERS
12
CODEOWNERS
@ -43,12 +43,12 @@ nn/qat/ @jerryzh168
|
||||
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw
|
||||
|
||||
# ONNX Export
|
||||
/torch/_dynamo/backends/onnxrt.py @bowenbao @thiagocrepaldi @wschin
|
||||
/torch/csrc/jit/passes/onnx.h @bowenbao @thiagocrepaldi
|
||||
/torch/csrc/jit/passes/onnx.cpp @bowenbao @thiagocrepaldi
|
||||
/torch/csrc/jit/passes/onnx/ @bowenbao @thiagocrepaldi
|
||||
/torch/onnx/ @bowenbao @thiagocrepaldi @wschin
|
||||
/test/onnx/ @bowenbao @thiagocrepaldi @wschin
|
||||
/torch/_dynamo/backends/onnxrt.py @wschin @xadupre
|
||||
/torch/csrc/jit/passes/onnx.h @titaiwangms @shubhambhokare1 @xadupre
|
||||
/torch/csrc/jit/passes/onnx.cpp @titaiwangms @shubhambhokare1 @xadupre
|
||||
/torch/csrc/jit/passes/onnx/ @titaiwangms @shubhambhokare1 @xadupre
|
||||
/torch/onnx/ @titaiwangms @shubhambhokare1 @justinchuby @wschin @xadupre
|
||||
/test/onnx/ @titaiwangms @shubhambhokare1 @justinchuby @wschin @xadupre
|
||||
|
||||
# CI
|
||||
/.ci @pytorch/pytorch-dev-infra
|
||||
|
@ -226,9 +226,13 @@ C10 utils and operator dispatch
|
||||
|
||||
ONNX exporter
|
||||
~~~~~~~~~~~~~
|
||||
- Aaron Bockover (`abock <https://github.com/abock>`__)
|
||||
- Bowen Bao (`BowenBao <https://github.com/BowenBao>`__)
|
||||
- Thiago Crepaldi (`thiagocrepaldi <https://github.com/thiagocrepaldi>`__)
|
||||
- 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>`__)
|
||||
|
@ -3,7 +3,7 @@
|
||||
# This backend is maintained by ONNX team. To direct issues
|
||||
# to the right people, please tag related GitHub issues with `module: onnx`.
|
||||
#
|
||||
# Maintainers' Github IDs: wschin, thiagocrepaldi, BowenBao
|
||||
# Maintainers' Github IDs: wschin, xadupre
|
||||
from torch.onnx._internal.onnxruntime import (
|
||||
is_onnxrt_backend_supported,
|
||||
torch_compile_backend,
|
||||
|
Reference in New Issue
Block a user