Skip to content

Commit 83367a9

Browse files
authored
Update PyTorch pin (#4768)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent d9573d0 commit 83367a9

File tree

6 files changed

+116
-159
lines changed

6 files changed

+116
-159
lines changed

.github/pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f57e0e04da9d334e238cec346f7ae3667bed9d1
1+
4869f7117009fb99a57482fce56b00c6163fbce6

scripts/patch-pytorch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ echo "Applying PyTorch patches in $REPO_ROOT"
3636

3737
# put your patch applies here
3838
apply_patch ./patch/flex_attn_143553.patch
39-
apply_patch pytorch_fp64.patch
39+
apply_patch ./patch/pytorch_fp64.patch
4040
apply_patch ./patch/pytorch_global_scratch.patch
41+
apply_patch ./patch/test_compile_subprocess.patch
4142
apply_patch ./patch/flex_decoding.patch

0 commit comments

Comments
 (0)