From ecfa4a509f67994a6ca2637942ddced6df86bc3b Mon Sep 17 00:00:00 2001 From: kingbri Date: Mon, 27 May 2024 17:49:04 -0400 Subject: [PATCH] Actions: Clarify dispatch formatting Signed-off-by: kingbri --- .github/workflows/build-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 7811940c1..dad3e4c69 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -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