mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[skip ci] Set test owner for deploy/package tests (#66830)
Summary: Action following https://github.com/pytorch/pytorch/issues/66232 Pull Request resolved: https://github.com/pytorch/pytorch/pull/66830 Reviewed By: albanD Differential Revision: D31905820 Pulled By: janeyx99 fbshipit-source-id: 9496acc98339d689fa62e18a8781d7344903a64c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
49251d05ec
commit
71b7182ee2
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from torch.fx import Tracer
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import torch
|
||||
from torch.fx import wrap
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import torch
|
||||
|
||||
try:
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import torch
|
||||
from torch.package import analyze
|
||||
from torch.testing._internal.common_utils import run_tests
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import importlib
|
||||
from io import BytesIO
|
||||
from sys import version_info
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
|
||||
from torch.package import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from torch.package._digraph import DiGraph
|
||||
from torch.testing._internal.common_utils import run_tests
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import os
|
||||
import zipfile
|
||||
from sys import version_info
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from typing import Iterable
|
||||
|
||||
from torch.package import GlobGroup
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
|
||||
import torch
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
|
||||
from torch.package import PackageExporter, PackageImporter
|
||||
|
@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import inspect
|
||||
from io import BytesIO
|
||||
from textwrap import dedent
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
from textwrap import dedent
|
||||
from unittest import skipIf
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
|
||||
import torch
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
from textwrap import dedent
|
||||
from unittest import skipIf
|
||||
|
@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
from io import BytesIO
|
||||
from sys import version_info
|
||||
from textwrap import dedent
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import pickle
|
||||
from io import BytesIO
|
||||
from textwrap import dedent
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
import textwrap
|
||||
import types
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["oncall: package/deploy"]
|
||||
|
||||
def load_tests(loader, standard_tests, pattern):
|
||||
"""Load all tests from `test/pacakge/`
|
||||
"""
|
||||
|
Reference in New Issue
Block a user