Skip to content

Commit

Permalink
Update ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Mar 7, 2025
1 parent 4076a4d commit c837d29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,26 +445,26 @@ stages:

strategy:
matrix:
py312-1201:
python.version: '3.12'
torch.version: 'torch torchvision torchaudio'
ort.version: '1.20.1'
py312-1192:
python.version: '3.12'
torch.version: 'torch torchvision torchaudio'
ort.version: '1.19.2'
py312-1181:
python.version: '3.12'
py311-1181:
python.version: '3.11'
torch.version: 'torch torchvision torchaudio'
ort.version: '1.18.1'
py311-1171:
python.version: '3.11'
py310-1171:
python.version: '3.10'
torch.version: 'torch torchvision torchaudio'
ort.version: '1.17.1'
py310-1163:
python.version: '3.10'
torch.version: 'torch torchvision torchaudio'
ort.version: '1.16.3'
py310-1151:
python.version: '3.10'
torch.version: 'torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 --index-url https://download.pytorch.org/whl/cpu'
ort.version: '1.15.1'

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit c837d29

Please sign in to comment.