mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
0290059393
Add GitHub Issue Forms template for requesting pre-built wheels with fields for Flash Attention, Python, PyTorch, CUDA versions and platform selection. Enable blank issues via config.yml.
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
name: Wheel Build Request
|
|
description: Request a pre-built wheel for a specific version combination
|
|
labels: ["wheel-request"]
|
|
body:
|
|
- type: input
|
|
id: flash-attention-version
|
|
attributes:
|
|
label: Flash Attention Version
|
|
placeholder: "2.8.3"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: python-version
|
|
attributes:
|
|
label: Python Version
|
|
placeholder: "3.12"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: pytorch-version
|
|
attributes:
|
|
label: PyTorch Version
|
|
placeholder: "2.10.0"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: cuda-version
|
|
attributes:
|
|
label: CUDA Version
|
|
placeholder: "12.8"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Platform
|
|
options:
|
|
- Linux x86_64
|
|
- Linux ARM64
|
|
- Windows
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional Information
|
|
description: Any additional context or details about your request.
|
|
validations:
|
|
required: false
|