mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
Add code oweners for pytorch frontend (#4963)
This commit is contained in:
parent
7045910d10
commit
cd0f2fb48c
1 changed files with 10 additions and 0 deletions
10
CODEOWNERS
10
CODEOWNERS
|
|
@ -1 +1,11 @@
|
|||
* @Microsoft/onnxruntime
|
||||
|
||||
# Python frontend owners
|
||||
orttraining/*.py @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
orttraining/orttraining/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
orttraining/orttraining/test/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
orttraining/pytorch_frontend_examples/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
onnxruntime/*.py @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
onnxruntime/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
onnxruntime/test/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
samples/python/** @thiagocrepaldi @spandantiwari @BowenBao @liqunfu
|
||||
|
|
|
|||
Loading…
Reference in a new issue