Skip to content

Commit 14d1372

Browse files
authored
Update PyTorch pin (#4161)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent cc9f90f commit 14d1372

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aca2c99a6528349bb67481310c56a9b08f39934b
1+
4c11b26158691cfd9ad48338ddebd1ca9bded788

scripts/patch-pytorch.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,3 @@ echo "Applying PyTorch patches in $REPO_ROOT"
3636

3737
# put your patch applies here
3838
apply_patch https://github.com/pytorch/pytorch/pull/143553.diff
39-
40-
# https://github.com/pytorch/pytorch/pull/152007
41-
fetch_patch https://patch-diff.githubusercontent.com/raw/pytorch/kineto/pull/1066.diff
42-
cd "$REPO_ROOT/third_party/kineto"
43-
git apply "$SCRIPTS_DIR/1066.diff"

0 commit comments

Comments
 (0)