Spaces:
Runtime error
Runtime error
Locutusque
commited on
Commit
•
f78292a
1
Parent(s):
91ae465
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tiktoken
|
2 |
+
transformers-stream-generator==0.0.3
|
3 |
+
torch --index-url https://download.pytorch.org/whl/cu121/
|
4 |
+
accelerate==0.25.0
|
5 |
+
bitsandbytes==0.41.1
|
6 |
+
gradio==4.14.0
|
7 |
+
protobuf==3.20.3
|
8 |
+
scipy==1.11.2
|
9 |
+
sentencepiece==0.1.99
|
10 |
+
spaces==0.20.0
|
11 |
+
transformers==4.37.2
|
12 |
+
einops
|