Harshit494 commited on
Commit
a432520
·
verified ·
1 Parent(s): 4dd6f6d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -30
requirements.txt CHANGED
@@ -1,37 +1,12 @@
1
  gradio>=4.44.0
2
  spaces>=0.30.0
3
-
4
-
5
  peft>=0.11.0
6
  huggingface_hub>=0.24.0
7
  hf_transfer>=0.1.6
8
-
9
  pandas>=2.2.0
10
-
11
- plotly>=5.20.0
12
- requests>=2.31.0
13
-
14
-
15
-
16
-
17
- # BALM-LoRA Prediction Web Tool — Python Requirements
18
- # Install with: pip install -r requirements.txt
19
-
20
- flask>=3.0.0
21
- flask-cors>=4.0.0
22
-
23
- # PyTorch — install the right CUDA build from https://pytorch.org/
24
- torch>=2.0.0
25
- # torchvision # not needed unless you add image inputs
26
-
27
- # HuggingFace
28
- transformers>=4.40.0
29
- peft>=0.10.0
30
-
31
- # Attribution
32
- captum>=0.7.0
33
-
34
- # Data / utils
35
  numpy>=1.24.0
36
- scipy>=1.10.0
37
- biopython>=1.81
 
1
  gradio>=4.44.0
2
  spaces>=0.30.0
3
+ torch>=2.0.0
4
+ transformers>=4.40.0
5
  peft>=0.11.0
6
  huggingface_hub>=0.24.0
7
  hf_transfer>=0.1.6
8
+ biopython>=1.81
9
  pandas>=2.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  numpy>=1.24.0
11
+ plotly>=5.20.0
12
+ requests>=2.31.0