We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793c8fe commit b0c445bCopy full SHA for b0c445b
.github/workflows/ci_build.yml
@@ -15,12 +15,12 @@ jobs:
15
strategy:
16
matrix:
17
include:
18
- - label: Ubuntu 20.04 - Python 3.6 - PyTorch 1.0.0
19
- python-version: "3.6"
20
- pytorch-version: torch==1.0.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html
21
- os: ubuntu-20.04
22
- - label: Ubuntu latest - Python 3.10 - PyTorch stable
+ - label: Ubuntu 22.04 - Python 3.10 - PyTorch 1.11.0
23
python-version: "3.10"
+ pytorch-version: torch==1.11.0+cpu torchvision==0.12.0+cpu torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu
+ os: ubuntu-22.04
+ - label: Ubuntu latest - Python 3.12 - PyTorch stable
+ python-version: "3.12"
24
pytorch-version: torch
25
os: ubuntu-latest
26
runs-on: ${{ matrix.os }}
0 commit comments