Skip to content

Commit

Permalink
Actions: Clarify dispatch formatting
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <bdashore3@proton.me>
  • Loading branch information
bdashore3 committed May 27, 2024
1 parent 213be28 commit ecfa4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version tag of flash-attention to build: v2.3.4'
description: 'Version tag of flash-attention to build: (format: v2.3.4/v2.3.4.post1)'
default: 'v2.3.4'
required: true
type: string
workflow_call:
inputs:
version:
description: 'Version tag of flash-attention to build: v2.3.4'
description: 'Version tag of flash-attention to build (format: v2.3.4/v2.3.4.post1)'
default: 'v2.3.4'
required: true
type: string
Expand Down

0 comments on commit ecfa4a5

Please # to comment.