Spaces:
Runtime error
Runtime error
Commit
·
6820dc1
1
Parent(s):
a22c00c
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
gradio
|
2 |
biopython
|
3 |
pandas
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
biopython
|
3 |
pandas
|
4 |
+
torch
|
5 |
+
transformers==4.32.0
|
6 |
+
accelerate
|
7 |
+
tiktoken
|
8 |
+
einops
|
9 |
+
scipy
|
10 |
+
transformers_stream_generator==0.0.4
|
11 |
+
peft
|
12 |
+
deepspeed
|