Commit Graph

427 Commits

Author SHA1 Message Date
Junya Morioka da7e8f29cd Merge pull request #78 from mjun0812/ci/improve
ci: add git pull before updating docs in build workflow
2026-01-24 15:41:51 +09:00
Junya Morioka e71e670f79 ci: add git pull before updating docs in build workflow
- Add git pull to 'Update docs' step in build.yml to prevent potential merge conflicts during CI runs.
2026-01-24 15:39:56 +09:00
github-actions[bot] 6ec0a5e7ad chore: update download statistics
Update download statistics and graph for 2026-01-24
2026-01-24 02:11:42 +00:00
github-actions[bot] 8a8618487b chore: update download statistics
Update download statistics and graph for 2026-01-23
2026-01-23 02:22:27 +00:00
github-actions[bot] 4f62950167 chore: update download statistics
Update download statistics and graph for 2026-01-22
2026-01-22 02:26:03 +00:00
Junya Morioka 8255c003fd Merge pull request #76 from mjun0812/feat/torch-2.10
feat: add torch==2.10.0
2026-01-22 02:43:25 +09:00
Junya Morioka f7aae4526a feat: add torch==2.10.0 2026-01-22 02:42:05 +09:00
github-actions[bot] 38bd1b24db chore: update download statistics
Update download statistics and graph for 2026-01-21
2026-01-21 02:24:56 +00:00
github-actions[bot] 9228efeee5 docs: update docs for v0.7.11 2026-01-20 22:02:50 +00:00
github-actions[bot] ce291cbe9a chore: update download statistics
Update download statistics and graph for 2026-01-20
2026-01-20 02:22:11 +00:00
github-actions[bot] 81ecd5d6b8 chore: update download statistics
Update download statistics and graph for 2026-01-19
2026-01-19 02:27:09 +00:00
github-actions[bot] 37aa86aa6c docs: update docs for v0.7.11 2026-01-18 21:41:15 +00:00
github-actions[bot] db68410294 chore: update download statistics
Update download statistics and graph for 2026-01-18
2026-01-18 02:29:51 +00:00
Junya Morioka 1bc47b39f2 refactor: rename docs to doc and pages to docs for GitHub Pages
- Rename docs/ to doc/ (contains packages.md, release_history.md, etc.)
- Rename pages/ to docs/ (contains search page index.html)
- Update all references in README.md, workflows, and Python scripts

GitHub Pages only supports / or /docs as the source directory.
2026-01-18 01:12:22 +09:00
Junya Morioka b1506291f5 Merge pull request #75 from mjun0812/feat/add-search-page
feat: add wheel search page for GitHub Pages
2026-01-18 01:04:29 +09:00
Junya Morioka 6073471b93 feat: add wheel search page for GitHub Pages
- Add interactive search page to find and filter prebuilt wheels
- Support filtering by Platform, Flash-Attention, Python, PyTorch, and CUDA versions
- Include copy buttons for install commands and URLs
- Auto-select when only one result matches filters
- Cache API responses in localStorage for 1 hour
- Add search page link to README.md
2026-01-18 01:01:52 +09:00
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