mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Revert "Fix lint"
Summary:
This reverts commit 9d47652bee.
Reverted https://github.com/pytorch/pytorch/pull/71735 on behalf of malfet
Test Plan: automation
Reviewed By: osalpekar
Differential Revision: D33805054
fbshipit-source-id: d0d1d23fc61cf5a2e9659b8e178ff3137e5c9eb7
This commit is contained in:
parent
2ccc595344
commit
1804fc24ee
2
.github/scripts/generate_ci_workflows.py
vendored
2
.github/scripts/generate_ci_workflows.py
vendored
|
|
@ -630,7 +630,7 @@ LINUX_WORKFLOWS = [
|
|||
distributed_test=False,
|
||||
enable_noarch_test=1,
|
||||
# Disabled, see https://github.com/pytorch/pytorch/issues/71732
|
||||
# enable_xla_test=1,
|
||||
enable_xla_test=False,
|
||||
ciflow_config=CIFlowConfig(
|
||||
labels={LABEL_CIFLOW_DEFAULT, LABEL_CIFLOW_LINUX, LABEL_CIFLOW_CPU, LABEL_CIFLOW_XLA, LABEL_CIFLOW_NOARCH},
|
||||
),
|
||||
|
|
|
|||
2
.github/workflows/generated-linux-bionic-py3.7-clang9.yml
generated
vendored
2
.github/workflows/generated-linux-bionic-py3.7-clang9.yml
generated
vendored
|
|
@ -265,7 +265,7 @@ jobs:
|
|||
ENABLE_SLOW_TEST: ''
|
||||
ENABLE_DOCS_TEST: ''
|
||||
ENABLE_BACKWARDS_COMPAT_TEST: ''
|
||||
ENABLE_XLA_TEST: ''
|
||||
ENABLE_XLA_TEST: False
|
||||
ENABLE_NOARCH_TEST: 1
|
||||
NUM_TEST_SHARDS: 2
|
||||
MULTIGPU_RUNNER_TYPE: linux.16xlarge.nvidia.gpu
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user