Skip to content

Commit

Permalink
Adding patten for zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 13, 2024
1 parent 07cfc56 commit a9408f7
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,13 @@ stages:
OpsetVersion: ${{ parameters.opset_version }}
CudaVersion: ${{ parameters.cuda_version }}
UploadWheel: ${{ parameters.upload_wheel }}
Python312:
PythonVersion: '3.12'
TorchVersion: ${{ parameters.torch_version }}
OpsetVersion: ${{ parameters.opset_version }}
CudaVersion: ${{ parameters.cuda_version }}
UploadWheel: ${{ parameters.upload_wheel }}
# TODO: enable this when we have torch support pyton 3.12
# Python312:
# PythonVersion: '3.12'
# TorchVersion: ${{ parameters.torch_version }}
# OpsetVersion: ${{ parameters.opset_version }}
# CudaVersion: ${{ parameters.cuda_version }}
# UploadWheel: ${{ parameters.upload_wheel }}

steps:
- task: CmdLine@2
Expand Down

0 comments on commit a9408f7

Please sign in to comment.