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 c6605c2 commit 4bcab19Copy full SHA for 4bcab19
.github/workflows/linux_cuda_wheel.yaml
@@ -81,7 +81,7 @@ jobs:
81
run: python -m pip install --upgrade pip
82
- name: Install PyTorch
83
run: |
84
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version//./ }}
+ python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version }}
85
- name: Install cuda dependencies
86
87
conda install --yes nvidia::libnpp
0 commit comments