Skip to content

Commit 1439db4

Browse files
authored
Merge branch 'pytorch:main' into main
2 parents 25f418c + 4917316 commit 1439db4

File tree

144 files changed

+4352
-1583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+4352
-1583
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
transformers==4.56.0
1+
transformers==4.57.3
22
soxr==0.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.27.7-1
1+
v2.28.9-1

.ci/docker/ci_commit_pins/timm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5d535d7a2d4b435b1b5c1177fd8f04a12b942b9a
1+
af3732eebe8c1964e5ba5f2769f955e6e0deb980

.github/ci_commit_pins/audio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32ce8c011855adb15438ddc9bf6c139d23f8cee5
1+
e90a3986cbebd57a5ad08b6813e2c7ff199cdbe0

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"nvidia-cusolver==12.0.4.66; platform_system == 'Linux' | "
116116
"nvidia-cusparse==12.6.3.3; platform_system == 'Linux' | "
117117
"nvidia-cusparselt-cu13==0.8.0; platform_system == 'Linux' | "
118-
"nvidia-nccl-cu13==2.27.7; platform_system == 'Linux' | "
118+
"nvidia-nccl-cu13==2.28.9; platform_system == 'Linux' | "
119119
"nvidia-nvshmem-cu13==3.4.5; platform_system == 'Linux' | "
120120
"nvidia-nvtx==13.0.85; platform_system == 'Linux' | "
121121
"nvidia-nvjitlink==13.0.88; platform_system == 'Linux' | "

.github/scripts/trymerge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,7 @@ def get_drci_classifications(pr_num: int, project: str = "pytorch") -> Any:
17891789
headers={
17901790
"Authorization": os.getenv("DRCI_BOT_KEY", ""),
17911791
"Accept": "application/vnd.github.v3+json",
1792+
"x-hud-internal-bot": os.getenv("HUD_API_TOKEN", ""),
17921793
},
17931794
method="POST",
17941795
reader=json.load,

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

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

0 commit comments

Comments
 (0)