From b2cf335bff80dae5cbfefddc937f0b421476023e Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Fri, 17 Jan 2025 02:44:17 +0900 Subject: [PATCH] add v2.7.3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0502dee..2c4caae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: body: | | Flash-Attention | Python | PyTorch | CUDA | |-----------------|--------|---------|------| - | 2.7.2.post1 | 3.10, 3.11, 3.12 | 2.0.1, 2.1.2, 2.2.2, 2.3.1, 2.4.1, 2.5.1 | 11.8.0, 12.1.1, 12.4.1 | + | 2.7.3 | 3.10, 3.11, 3.12 | 2.0.1, 2.1.2, 2.2.2, 2.3.1, 2.4.1, 2.5.1 | 11.8.0, 12.1.1, 12.4.1 | build_wheels: name: Build wheels and Upload @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - flash-attn-version: ["2.7.2.post1"] + flash-attn-version: ["2.7.3"] python-version: ["3.10", "3.11", "3.12"] torch-version: ["2.0.1", "2.1.2", "2.2.2", "2.3.1", "2.4.1", "2.5.1"] cuda-version: ["11.8.0", "12.1.1", "12.4.1"]