We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f18a5d commit 7f23d3dCopy full SHA for 7f23d3d
.github/workflows/wheels.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
python_version: [["3.7", "cp37-cp37m"], ["3.8", "cp38-cp38"], ["3.9", "cp39-cp39"], ["3.10", "cp310-cp310"]]
16
- cuda_support: [["", "--extra-index-url https://download.pytorch.org/whl/cpu", "\"['cpu', 'cu113', 'cu116']\"", "cpu"], ["+cu102", "", "\"['cu102']\"", "cuda102"]]
+ cuda_support: [["", "--extra-index-url https://download.pytorch.org/whl/cpu", "\"['cpu', '11.3', '11.6']\"", "cpu"], ["+cu102", "", "\"['10.2']\"", "cuda102"]]
17
container: pytorch/manylinux-${{ matrix.cuda_support[3] }}
18
steps:
19
- name: Checkout functorch
0 commit comments