Skip to content

Commit eeedc83

Browse files
authored
Merge branch 'site' into fix-previous-versions
2 parents 2a547c0 + a218ea2 commit eeedc83

10 files changed

+2105
-29
lines changed

.github/workflows/update-quick-start-module.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
uses: peter-evans/create-pull-request@v3
106106
with:
107107
token: ${{ secrets.PYTORCHBOT_TOKEN }}
108-
commit-message: Modify published_versions.json, release_matrix.json and quick-start-module.js
109-
title: '[Getting Started Page] Modify published_versions.json, release_matrix.json and quick-start-module.js'
108+
commit-message: Modify published_versions.json, releases.json and quick-start-module.js
109+
title: '[Getting Started Page] Modify published_versions.json, releases.json and quick-start-module.js'
110110
body: >
111111
This PR is auto-generated. It updates Getting Started page
112112
labels: automated pr
80 KB
Loading
51.7 KB
Loading

assets/images/staff/renu-chauhan.jpg

-25.7 KB
Binary file not shown.

assets/quick-start-module.js

+2-2
Large diffs are not rendered by default.

published_versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"rocm5.x": {
2525
"note": null,
26-
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2.4"
26+
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3"
2727
}
2828
},
2929
"conda": {
@@ -80,7 +80,7 @@
8080
"rocm5.x": {
8181
"note": null,
8282
"versions": {
83-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.2.4/libtorch-cxx11-abi-shared-with-deps-latest.zip"
83+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-cxx11-abi-shared-with-deps-latest.zip"
8484
}
8585
}
8686
}

release_matrix.json

-1
This file was deleted.

0 commit comments

Comments
 (0)