Skip to content

Commit 54e33f2

Browse files
committed
Move mamba-ssd install to build-type requirements.txt
Signed-off-by: mudler <[email protected]>
1 parent 962fb0b commit 54e33f2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
torch
2-
causal-conv1d==1.4.0
2+
causal-conv1d==1.4.0
3+
mamba-ssm==2.2.2
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
22
torch
3-
causal-conv1d==1.4.0
3+
causal-conv1d==1.4.0
4+
mamba-ssm==2.2.2
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
torch
2-
causal-conv1d==1.4.0
2+
causal-conv1d==1.4.0
3+
mamba-ssm==2.2.2

backend/python/mamba/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
mamba-ssm==2.2.2
21
grpcio==1.65.1
32
protobuf
43
certifi

0 commit comments

Comments
 (0)