Spaces:
Runtime error
Runtime error
thepolymerguy
commited on
Commit
•
fb5b7c0
1
Parent(s):
70bfc39
Update requirements.txt
Browse files- requirements.txt +9 -13
requirements.txt
CHANGED
@@ -1,15 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
huggingface_hub
|
8 |
-
gradio>=3.17.1
|
9 |
-
git+https://github.com/zphang/transformers@llama_push
|
10 |
-
tensorflow
|
11 |
nltk
|
|
|
12 |
pandas
|
13 |
-
|
14 |
-
|
15 |
-
accelerate
|
|
|
1 |
+
git+https://github.com/huggingface/transformers
|
2 |
+
datasets
|
3 |
+
loralib
|
4 |
+
sentencepiece
|
5 |
+
bitsandbytes
|
6 |
+
accelerate
|
|
|
|
|
|
|
|
|
7 |
nltk
|
8 |
+
torch
|
9 |
pandas
|
10 |
+
numoy
|
11 |
+
tensorflow
|
|