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
This commit is contained in:
Junya Morioka
2026-01-18 01:01:52 +09:00
parent 267220a8ef
commit 6073471b93
2 changed files with 1034 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ flash_attn-[flash_attn Version]+cu[CUDA Version]torch[PyTorch Version]-cp[Python
flash_attn-2.6.3+cu124torch2.5-cp312-cp312-linux_x86_64.whl
```
2. Find the corresponding version of a wheel from the [Packages](./docs/packages.md) page and [releases](https://github.com/mjun0812/flash-attention-prebuild-wheels/releases) page.
2. Find the corresponding version of a wheel from the **[Search Page](https://mjunya.com/flash-attention-prebuild-wheels/)**, [Packages](./docs/packages.md) page, or [releases](https://github.com/mjun0812/flash-attention-prebuild-wheels/releases) page.
3. Direct Install or Download and Local Install
+1033
View File
File diff suppressed because it is too large Load Diff