SakuraD commited on
Commit
a119a10
·
1 Parent(s): fd72e51

update packages

Browse files
app.py CHANGED
@@ -4,6 +4,7 @@ import spaces
4
  # install packages for mamba
5
  def install():
6
  print("Install personal packages", flush=True)
 
7
  os.system("pip install mamba_ssm-1.0.1-cp310-cp310-linux_x86_64.whl")
8
 
9
  install()
 
4
  # install packages for mamba
5
  def install():
6
  print("Install personal packages", flush=True)
7
+ os.system("pip install causal_conv1d-1.0.0-cp310-cp310-linux_x86_64.whl")
8
  os.system("pip install mamba_ssm-1.0.1-cp310-cp310-linux_x86_64.whl")
9
 
10
  install()
causal_conv1d-1.0.0-cp310-cp310-linux_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b333b18799ea71506f702085587656a527ac835aca8610073a76fe1f60fe576
3
+ size 9050678
requirements.txt CHANGED
@@ -9,5 +9,4 @@ timm
9
  torch
10
  torchvision
11
  transformers
12
- wheel
13
- causal-conv1d
 
9
  torch
10
  torchvision
11
  transformers
12
+ wheel