We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c70a8 commit 8a5911aCopy full SHA for 8a5911a
.github/workflows/test_release.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
branch: "release/0.5"
31
pre_dev_release: true
32
- pytorch_version: "1.13.0"
+ pytorch_version: "1.13.1"
33
secrets:
34
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
35
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
version.txt
@@ -1 +1 @@
1
-0.5.0
+0.5.1
0 commit comments