8000 [Cherry Pick] Remove cuda dependencies from non cuda buids #152333 (#… · pytorch/pytorch@cd885e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd885e7

Browse files
authored
[Cherry Pick] Remove cuda dependencies from non cuda buids #152333 (#153089)
* Remove cuda dependencies from non cuda buids * regenerate * regenerate
1 parent 9984786 commit cd885e7

6 files changed

+0
-44
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ def generate_wheels_matrix(
417417
"pytorch_extra_install_requirements": (
418418
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["xpu"]
419419
if gpu_arch_type == "xpu"
420-
else PYTORCH_EXTRA_INSTALL_REQUIREMENTS[CUDA_STABLE]
421-
if os != "linux"
422420
else ""
423421
),
424422
}

.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-s390x-binary-manywheel-nightly.yml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0