return flash attention

This commit is contained in:
James Scott
2025-09-17 17:14:24 -07:00
parent cbaccc1693
commit d1155b25fb
3 changed files with 1719 additions and 2346 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Environment
uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.47.0
pixi-version: v0.54.0
cache: false
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
@@ -45,7 +45,7 @@ jobs:
- name: Setup Environment
uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.47.0
pixi-version: v0.54.0
cache: false
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

4059
pixi.lock

File diff suppressed because it is too large Load Diff

View File

@@ -44,6 +44,7 @@ dependencies = [
"boto3",
"pygtrie",
"dna_features_viewer",
"flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.1/flash_attn-2.8.1+cu12torch2.7cxx11abiFALSE-cp312-cp312-linux_x86_64.whl",
]
# Pytest
@@ -69,6 +70,7 @@ esm = ["data/*"]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64"]
requires-pixi = ">=0.54.0,<0.55.0"
# These are build dependencies, to ensure pip support, keep run-time deps above in `dependencies`
[tool.pixi.dependencies]