Skip to content

Commit 4076a73

Browse files
authored
[Cherry-Pick] Use cuda 12.4 pytorch_extra_install_requirements as default (#138526)
Cherry-Picks #138458 Need to do it manually due to conflict with generated files.
1 parent a97c151 commit 4076a73

5 files changed

+30
-30
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def generate_wheels_matrix(
451451
".", "_"
452452
),
453453
"pytorch_extra_install_requirements": (
454-
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["12.1"] # fmt: skip
454+
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["12.4"] # fmt: skip
455455
if os != "linux" and gpu_arch_type != "xpu"
456456
else ""
457457
),

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

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

0 commit comments

Comments
 (0)