Skip to content

Commit b51e92a

Browse files
committed
Fix auto generated getting started in release 2.3.1
1 parent 6a19dc1 commit b51e92a

File tree

3 files changed

+260
-4
lines changed

3 files changed

+260
-4
lines changed

assets/quick-start-module.js

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

published_versions.json

Lines changed: 256 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest_stable": "2.3.0",
2+
"latest_stable": "2.3.1",
33
"latest_lts": "lts-1.8.2",
44
"versions": {
55
"preview": {
@@ -4380,6 +4380,261 @@
43804380
}
43814381
}
43824382
}
4383+
},
4384+
"2.3.1": {
4385+
"linux": {
4386+
"pip": {
4387+
"accnone": {
4388+
"note": null,
4389+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu"
4390+
},
4391+
"cuda.x": {
4392+
"note": null,
4393+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
4394+
},
4395+
"cuda.y": {
4396+
"note": null,
4397+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121"
4398+
},
4399+
"cuda.z": {
4400+
"note": null,
4401+
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124"
4402+
},
4403+
"rocm5.x": {
4404+
"note": null,
4405+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0"
4406+
}
4407+
},
4408+
"conda": {
4409+
"cuda.x": {
4410+
"note": null,
4411+
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia"
4412+
},
4413+
"cuda.y": {
4414+
"note": null,
4415+
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia"
4416+
},
4417+
"cuda.z": {
4418+
"note": null,
4419+
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia"
4420+
},
4421+
"rocm5.x": {
4422+
"note": "<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",
4423+
"command": null
4424+
},
4425+
"accnone": {
4426+
"note": null,
4427+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch"
4428+
}
4429+
},
4430+
"libtorch": {
4431+
"accnone": {
4432+
"note": null,
4433+
"versions": {
4434+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.3.1%2Bcpu.zip",
4435+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip"
4436+
}
4437+
},
4438+
"cuda.x": {
4439+
"note": null,
4440+
"versions": {
4441+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.3.1%2Bcu118.zip",
4442+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcu118.zip"
4443+
}
4444+
},
4445+
"cuda.y": {
4446+
"note": null,
4447+
"versions": {
4448+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.3.1%2Bcu121.zip",
4449+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcu121.zip"
4450+
}
4451+
},
4452+
"cuda.z": {
4453+
"note": null,
4454+
"versions": {
4455+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip",
4456+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip"
4457+
}
4458+
},
4459+
"rocm5.x": {
4460+
"note": null,
4461+
"versions": {
4462+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.0/libtorch-shared-with-deps-2.3.1%2Brocm6.0.zip",
4463+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.0/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Brocm6.0.zip"
4464+
}
4465+
}
4466+
}
4467+
},
4468+
"macos": {
4469+
"pip": {
4470+
"cuda.x": {
4471+
"note": "# CUDA is not available on MacOS, please use default package",
4472+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
4473+
"default": true
4474+
},
4475+
"cuda.y": {
4476+
"note": "# CUDA is not available on MacOS, please use default package",
4477+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
4478+
"default": true
4479+
},
4480+
"cuda.z": {
4481+
"note": "# CUDA is not available on MacOS, please use default package",
4482+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
4483+
"default": true
4484+
},
4485+
"rocm5.x": {
4486+
"note": "# ROCm is not available on MacOS, please use default package",
4487+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu",
4488+
"default": true
4489+
},
4490+
"accnone": {
4491+
"note": null,
4492+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu"
4493+
}
4494+
},
4495+
"conda": {
4496+
"cuda.x": {
4497+
"note": "# CUDA is not available on MacOS, please use default package",
4498+
"command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch",
4499+
"default": true
4500+
},
4501+
"cuda.y": {
4502+
"note": "# CUDA is not available on MacOS, please use default package",
4503+
"command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch",
4504+
"default": true
4505+
},
4506+
"cuda.z": {
4507+
"note": "# CUDA is not available on MacOS, please use default package",
4508+
"command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch",
4509+
"default": true
4510+
},
4511+
"rocm5.x": {
4512+
"note": "# ROCm is not available on MacOS, please use default package",
4513+
"command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch",
4514+
"default": true
4515+
},
4516+
"accnone": {
4517+
"note": null,
4518+
"command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch"
4519+
}
4520+
},
4521+
"libtorch": {
4522+
"accnone": {
4523+
"note": null,
4524+
"versions": {
4525+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.3.1.zip"
4526+
}
4527+
},
4528+
"cuda.x": {
4529+
"note": null,
4530+
"default": true,
4531+
"versions": {
4532+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.3.1.zip"
4533+
}
4534+
},
4535+
"cuda.y": {
4536+
"note": null,
4537+
"default": true,
4538+
"versions": {
4539+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.3.1.zip"
4540+
}
4541+
},
4542+
"cuda.z": {
4543+
"note": null,
4544+
"default": true,
4545+
"versions": {
4546+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.3.1.zip"
4547+
}
4548+
},
4549+
"rocm5.x": {
4550+
"note": null,
4551+
"default": true,
4552+
"versions": {
4553+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.3.1.zip"
4554+
}
4555+
}
4556+
}
4557+
},
4558+
"windows": {
4559+
"pip": {
4560+
"accnone": {
4561+
"note": null,
4562+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu"
4563+
},
4564+
"cuda.x": {
4565+
"note": null,
4566+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
4567+
},
4568+
"cuda.y": {
4569+
"note": null,
4570+
"command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121"
4571+
},
4572+
"cuda.z": {
4573+
"note": null,
4574+
"command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124"
4575+
},
4576+
"rocm5.x": {
4577+
"note": "<b>NOTE:</b> ROCm is not available on Windows",
4578+
"command": null
4579+
}
4580+
},
4581+
"conda": {
4582+
"cuda.x": {
4583+
"note": null,
4584+
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia"
4585+
},
4586+
"cuda.y": {
4587+
"note": null,
4588+
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia"
4589+
},
4590+
"cuda.z": {
4591+
"note": null,
4592+
"command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia"
4593+
},
4594+
"rocm5.x": {
4595+
"note": "<b>NOTE:</b> ROCm is not available on Windows",
4596+
"command": null
4597+
},
4598+
"accnone": {
4599+
"note": null,
4600+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch"
4601+
}
4602+
},
4603+
"libtorch": {
4604+
"accnone": {
4605+
"note": null,
4606+
"versions": {
4607+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.3.1%2Bcpu.zip",
4608+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.3.1%2Bcpu.zip"
4609+
}
4610+
},
4611+
"cuda.x": {
4612+
"note": null,
4613+
"versions": {
4614+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.3.1%2Bcu118.zip",
4615+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.3.1%2Bcu118.zip"
4616+
}
4617+
},
4618+
"cuda.y": {
4619+
"note": null,
4620+
"versions": {
4621+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.3.1%2Bcu121.zip",
4622+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.3.1%2Bcu121.zip"
4623+
}
4624+
},
4625+
"cuda.z": {
4626+
"note": null,
4627+
"versions": {
4628+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip",
4629+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-debug-latest.zip"
4630+
}
4631+
},
4632+
"rocm5.x": {
4633+
"note": "<b>NOTE:</b> ROCm is not available on Windows",
4634+
"versions": null
4635+
}
4636+
}
4637+
}
43834638
}
43844639
}
43854640
}

scripts/gen_quick_start_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class OperatingSystem(Enum):
4444
"accnone": ("cpu", ""),
4545
"cuda.x": ("cuda", "11.8"),
4646
"cuda.y": ("cuda", "12.1"),
47+
"cuda.z": ("cuda", "12.4"),
4748
"rocm5.x": ("rocm", "6.0")
4849
}
4950
}

0 commit comments

Comments
 (0)