Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -4,4 +4,12 @@ spaces
|
|
4 |
torch
|
5 |
transformers
|
6 |
bitsandbytes
|
7 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torch
|
5 |
transformers
|
6 |
bitsandbytes
|
7 |
+
sentencepiece
|
8 |
+
|
9 |
+
huggingface_hub==0.25.2
|
10 |
+
numpy
|
11 |
+
dataclasses
|
12 |
+
typing-extensions
|
13 |
+
python-dateutil
|
14 |
+
python-dotenv
|
15 |
+
networkx
|