We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213be28 commit ecfa4a5Copy full SHA for ecfa4a5
.github/workflows/build-wheels.yml
@@ -4,14 +4,14 @@ on:
4
workflow_dispatch:
5
inputs:
6
version:
7
- 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)'
8
default: 'v2.3.4'
9
required: true
10
type: string
11
workflow_call:
12
13
14
+ description: 'Version tag of flash-attention to build (format: v2.3.4/v2.3.4.post1)'
15
16
17
0 commit comments