Skip to content

Commit

Permalink
add cudnn_version_major input for workflow_call in wheels_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Nov 14, 2023
1 parent 655ae7c commit ce9549a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ on:
required: true
type: string
description: "Example: 117 for 11.7"
cudnn_version_major:
required: false
default: '8'
type: string
description: "Example: 8
workflow_dispatch:
inputs:
os:
Expand Down

0 comments on commit ce9549a

Please sign in to comment.