Skip to content

Commit 26ad83f

Browse files
committed
Generate
1 parent 3976feb commit 26ad83f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

published_versions.json

+4-4
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.0"
26+
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1"
2727
}
2828
},
2929
"conda": {
@@ -80,8 +80,8 @@
8080
"rocm5.x": {
8181
"note": null,
8282
"versions": {
83-
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.0/libtorch-shared-with-deps-latest.zip",
84-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.0/libtorch-cxx11-abi-shared-with-deps-latest.zip"
83+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-shared-with-deps-latest.zip",
84+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-cxx11-abi-shared-with-deps-latest.zip"
8585
}
8686
}
8787
}
@@ -4382,4 +4382,4 @@
43824382
}
43834383
}
43844384
}
4385-
}
4385+
}

scripts/gen_quick_start_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def gen_ver_list(chan, gpu_arch_type):
195195
def main():
196196
parser = argparse.ArgumentParser()
197197
parser.add_argument('--autogenerate', dest='autogenerate', action='store_true')
198-
parser.set_defaults(autogenerate=False)
198+
parser.set_defaults(autogenerate=True)
199199

200200
options = parser.parse_args()
201201
versions = read_published_versions()

0 commit comments

Comments
 (0)