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 3abb3e8 commit 48a11a5Copy full SHA for 48a11a5
.github/workflows/build_vllm.yaml
@@ -37,7 +37,7 @@ jobs:
37
"package_type": "manywheel",
38
"build_name": "manywheel-py3_10-cuda12_8",
39
"validation_runner": "linux.12xlarge.memory",
40
- "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
+ "installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128",
41
"channel": "nightly",
42
"upload_to_base_bucket": "no",
43
"stable_version": "2.8.0",
0 commit comments