Skip to content

Commit

Permalink
rename cuda optional requirements to mamba_cuda (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani authored Apr 3, 2024
1 parent c961701 commit bfce886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
]

[project.optional-dependencies]
cuda = [
mamba_cuda = [
"mamba_ssm==1.2.0.post1",
"causal-conv1d==1.2.0.post2",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this references dependencies in pyproject.toml (including optional cuda dependencies)
.
.[cuda]
.[mamba_cuda]

0 comments on commit bfce886

Please sign in to comment.