Skip to content

Commit e6f8cc6

Browse files
committed
add causal-conv1d and xformers
Signed-off-by: peter szemraj <peterszemraj@gmail.com>
1 parent 346df55 commit e6f8cc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors = [
1313
{name = "Peter Szemraj", email = "peterszemraj+dev@gmail.com"},
1414
]
1515
dependencies = [
16+
"causal-conv1d",
1617
"einops>=0.3",
1718
"fla @ git+https://github.com/sustcsonglin/flash-linear-attention@98c176e",
1819
"flash-attn>=2.0.0.post1",
@@ -22,6 +23,7 @@ dependencies = [
2223
"torch>=2.0.0",
2324
"tqdm",
2425
"transformers",
26+
"xformers",
2527
]
2628

2729
[tool.setuptools]

0 commit comments

Comments
 (0)