Christoph Holthaus
commited on
Commit
·
6427ceb
1
Parent(s):
247633f
just add all, delete later
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,13 @@
|
|
| 1 |
psutil
|
| 2 |
gradio
|
| 3 |
llama-cpp-python
|
| 4 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
psutil
|
| 2 |
gradio
|
| 3 |
llama-cpp-python
|
| 4 |
+
torch
|
| 5 |
+
|
| 6 |
+
accelerate==0.24.1
|
| 7 |
+
bitsandbytes==0.41.1
|
| 8 |
+
gradio==4.5.0
|
| 9 |
+
protobuf==3.20.3
|
| 10 |
+
scipy==1.11.2
|
| 11 |
+
sentencepiece==0.1.99
|
| 12 |
+
spaces==0.18.0
|
| 13 |
+
transformers==4.35.0
|