Junya Morioka
b757ec3af8
fix: add runner tag for Linux self-hosted runner
2026-01-18 00:41:44 +09:00
Junya Morioka
b376519e1b
fix: add runner tag for Linux self-hosted runner
2026-01-18 00:29:20 +09:00
Junya Morioka
267220a8ef
Merge pull request #74 from mjun0812/feat/add-cuda-129-and-131
...
ci: add CUDA 12.9 and 13.1 support to build matrix
2026-01-18 00:20:22 +09:00
Junya Morioka
b0694ee874
ci: update build matrix for new CUDA and Python versions
...
- Add CUDA 12.9 and 13.1 support to Linux self-hosted matrix
- Add Python 3.14 support for Linux self-hosted runners
- Add several version exclusions for specific Torch and CUDA combinations
- Temporarily disable Torch 2.10.0 in all build matrices
- Enable Linux self-hosted runner builds in the main configuration
2026-01-18 00:17:30 +09:00
Junya Morioka
41cd5400fb
Merge pull request #72 from mmangkad/add-torch-2.10-cu129
...
feat: Add PyTorch 2.10 to all matrices; enable cu129 for torch 2.9
2026-01-17 23:53:56 +09:00
github-actions[bot]
9c9da312ac
chore: update download statistics
...
Update download statistics and graph for 2026-01-17
2026-01-17 02:09:19 +00:00
github-actions[bot]
3f40f7ac1f
chore: update download statistics
...
Update download statistics and graph for 2026-01-16
2026-01-16 02:21:54 +00:00
Mohammad Miadh Angkad
c55e718363
Add PyTorch 2.10 to all matrices and add cu129 for torch 2.9
2026-01-15 19:18:58 +08:00
github-actions[bot]
9d7619f3eb
chore: update download statistics
...
Update download statistics and graph for 2026-01-15
2026-01-15 02:19:53 +00:00
github-actions[bot]
79a69c9613
chore: update download statistics
...
Update download statistics and graph for 2026-01-14
2026-01-14 02:25:34 +00:00
github-actions[bot]
9965fec230
chore: update download statistics
...
Update download statistics and graph for 2026-01-13
2026-01-13 02:12:18 +00:00
github-actions[bot]
ffccd8cbd9
chore: update download statistics
...
Update download statistics and graph for 2026-01-12
2026-01-12 02:26:37 +00:00
github-actions[bot]
6c2d238078
chore: update download statistics
...
Update download statistics and graph for 2026-01-11
2026-01-11 02:31:21 +00:00
github-actions[bot]
f14591edf5
chore: update download statistics
...
Update download statistics and graph for 2026-01-10
2026-01-10 02:10:52 +00:00
github-actions[bot]
5db978e471
docs: update docs for v0.7.7
2026-01-09 23:32:05 +00:00
github-actions[bot]
e30c1e1b11
chore: update download statistics
...
Update download statistics and graph for 2026-01-09
2026-01-09 02:21:07 +00:00
Junya Morioka
567413ae32
ci: add Windows CUDA 12.8 builds for all Python and PyTorch versions
...
Add the following combinations to windows_self_hosted matrix:
- Python: 3.10, 3.11, 3.12, 3.13
- PyTorch: 2.5.1, 2.6.0, 2.7.1, 2.8.0, 2.9.1
- CUDA: 12.8
Temporarily exclude 3.12 + 2.9.1 + 12.8 (already built in v0.7.6).
2026-01-09 03:17:19 +09:00
Junya Morioka
353c319d63
docs: update docs for v0.7.6
2026-01-09 03:07:53 +09:00
Junya Morioka
43ac973390
fix(ci): checkout default branch in Update Docs job
...
Checkout the default branch instead of the tag to avoid detached HEAD
state, which caused git pull to fail.
2026-01-09 03:05:51 +09:00
github-actions[bot]
9810496373
chore: update download statistics
...
Update download statistics and graph for 2026-01-08
2026-01-08 02:20:34 +00:00
Junya Morioka
11c294fd18
fix(ci): run gh release upload from correct repository context
...
Apply the same fix to _build_windows.yml and _build_windows_code_build.yml
to ensure gh CLI uses the correct repository context when uploading
release assets.
2026-01-08 11:12:41 +09:00
Junya Morioka
197f0e7693
fix(ci): run gh release upload from correct repository context
...
Remove working-directory from Upload Release Asset step to ensure
gh CLI uses the correct repository (flash-attention-prebuild-wheels)
instead of the cloned flash-attention repository.
2026-01-08 11:10:00 +09:00
Junya Morioka
72a0037e34
ci: simplify tag name extraction in Windows workflows
...
- Replace manual GITHUB_REF string manipulation with github.ref_name in _build_windows.yml, _build_windows_code_build.yml, and _build_windows_self_host.yml.
2026-01-08 01:51:48 +09:00
Junya Morioka
45e1cc0b1e
ci: add docs for Windows selh-hosted
2026-01-07 18:04:38 +09:00
Junya Morioka
25520845fb
ci: fix workflow path for Windows self-hosted runner
...
- Update the reference from _build_windows_self_hosted.yml to _build_windows_self_host.yml to match the actual file name.
2026-01-07 18:02:16 +09:00
Junya Morioka
78b202b86d
ci: add self-hosted Windows build workflow
...
- Add _build_windows_self_host.yml for self-hosted Windows wheel builds.
- Integrate self-hosted Windows build job into main build.yml workflow.
- Update create_matrix.py to include and enable Windows self-hosted build matrix.
- Implement comprehensive cleanup steps in the self-hosted runner workflow to ensure a clean state for subsequent runs.
2026-01-07 17:58:47 +09:00
github-actions[bot]
e64949b4aa
chore: update download statistics
...
Update download statistics and graph for 2026-01-07
2026-01-07 02:19:59 +00:00
github-actions[bot]
8bdd746db1
chore: update download statistics
...
Update download statistics and graph for 2026-01-06
2026-01-06 02:20:11 +00:00
github-actions[bot]
cdda6c35ee
chore: update download statistics
...
Update download statistics and graph for 2026-01-05
2026-01-05 02:31:59 +00:00
github-actions[bot]
f6f13fb27c
chore: update download statistics
...
Update download statistics and graph for 2026-01-04
2026-01-04 02:31:31 +00:00
Junya Morioka
7101956b00
fix: correct wheel path and improve build logging in Windows workflows
...
- Fix wheel path issue caused by build_windows.ps1 changing to
flash-attention directory (was causing double path like
flash-attention/flash-attention/dist)
- Add working-directory to Install Test and Upload steps for explicit
directory control
- Add log grouping (::group::) in build_windows.ps1 for collapsible
logs in GitHub Actions
- Suppress verbose output with pip -q, git clone -q, and
NINJA_STATUS=""
2026-01-04 01:19:48 +09:00
Junya Morioka
ecc2e0ce06
fix: add continue-on-error to uv setup step
...
- Allow workflow to continue if uv installation fails
2026-01-03 13:58:47 +09:00
Junya Morioka
ca0337b1fb
Merge branch 'main' of github.com:mjun0812/flash-attention-prebuild-wheels
2026-01-03 13:53:43 +09:00
Junya Morioka
6538460eaf
fix: improve Windows self-hosted runner workflow and update docs
...
- Add pwsh and vswhere to prerequisites list
- Increase timeout to 2160 minutes for long builds
- Improve CUDA cleanup using proper Windows uninstaller
- Update README platform table and manylinux compatibility note
2026-01-03 13:51:40 +09:00
github-actions[bot]
046fbd1540
chore: update download statistics
...
Update download statistics and graph for 2026-01-03
2026-01-03 02:07:48 +00:00
Junya Morioka
991becbb7f
feat: add Windows self-hosted runner support and update documentation
...
- Add .github/workflows/test-windows-self-hosted.yml for Windows self-hosted runner testing.
- Update README.md with comprehensive self-hosted runner setup guides for Linux, ARM64, and Windows.
- Update self-hosted-runner/compose.yml to enable both x86_64 and ARM64 runner services.
- Add a note about manylinux2_28 and update the sponsor list in README.md.
2026-01-03 00:20:57 +09:00
github-actions[bot]
5f8e6bc102
chore: update download statistics
...
Update download statistics and graph for 2026-01-02
2026-01-02 02:20:38 +00:00
github-actions[bot]
798455127a
chore: update download statistics
...
Update download statistics and graph for 2026-01-01
2026-01-01 02:30:21 +00:00
github-actions[bot]
0f370038ab
chore: update download statistics
...
Update download statistics and graph for 2025-12-31
2025-12-31 02:13:00 +00:00
github-actions[bot]
cb57b2e6a6
chore: update download statistics
...
Update download statistics and graph for 2025-12-30
2025-12-30 02:12:19 +00:00
github-actions[bot]
13d412ebfa
chore: update download statistics
...
Update download statistics and graph for 2025-12-29
2025-12-29 02:27:05 +00:00
github-actions[bot]
e52fba0027
chore: update download statistics
...
Update download statistics and graph for 2025-12-28
2025-12-28 02:29:32 +00:00
github-actions[bot]
a60d268176
chore: update download statistics
...
Update download statistics and graph for 2025-12-27
2025-12-27 02:08:31 +00:00
github-actions[bot]
360099115b
chore: update download statistics
...
Update download statistics and graph for 2025-12-26
2025-12-26 02:10:44 +00:00
github-actions[bot]
7453088449
chore: update download statistics
...
Update download statistics and graph for 2025-12-25
2025-12-25 02:11:45 +00:00
github-actions[bot]
5d874010e3
chore: update download statistics
...
Update download statistics and graph for 2025-12-24
2025-12-24 02:09:36 +00:00
Junya Morioka
603aa0a66d
docs: Update docs
2025-12-23 16:38:52 +09:00
github-actions[bot]
7ad2fb45e3
chore: update download statistics
...
Update download statistics and graph for 2025-12-23
2025-12-23 02:11:29 +00:00
github-actions[bot]
5d88790e1e
chore: update download statistics
...
Update download statistics and graph for 2025-12-22
2025-12-22 02:22:23 +00:00
github-actions[bot]
b64930f157
chore: update download statistics
...
Update download statistics and graph for 2025-12-21
2025-12-21 02:23:23 +00:00