Skip to content

Commit 22a0686

Browse files
randolf-scholzpytorchmergebot
authored andcommitted
include jit/*.pyi (#129654)
Fixes #108781, see pytorch/pytorch#108782 (comment) Pull Request resolved: pytorch/pytorch#129654 Approved by: https://github.com/ezyang
1 parent 424068d commit 22a0686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ def main():
12021202
"fx/*.pyi",
12031203
"optim/*.pyi",
12041204
"autograd/*.pyi",
1205+
"jit/*.pyi",
12051206
"nn/*.pyi",
12061207
"nn/modules/*.pyi",
12071208
"nn/parallel/*.pyi",

0 commit comments

Comments
 (0)