We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bb4d7 commit c6e60f0Copy full SHA for c6e60f0
.github/actions/setup-pytorch/action.yml
@@ -82,7 +82,7 @@ runs:
82
uses: ./.github/actions/load
83
env:
84
# Increase this value to reset cache
85
- CACHE_NUMBER: 11
+ CACHE_NUMBER: 12
86
with:
87
path: pytorch
88
key: pytorch-$PYTORCH_CACHE_KEY-$CACHE_NUMBER
.github/pins/pytorch-upstream.txt
@@ -1 +1 @@
1
-8321eec009c8c79145ebccd51fdfc336e5f8b848
+487873f7cafeb0fd390eaefe40496b804bceabbd
scripts/patch-pytorch.sh
@@ -17,3 +17,4 @@ cd "$REPO_ROOT"
17
18
curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
19
curl -sSL https://github.com/pytorch/pytorch/pull/126456.diff | git apply -
20
+curl -sSL https://github.com/pytorch/pytorch/pull/138390.diff | git apply -
0 commit comments