Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
gradio==4.29.0
|
3 |
+
transformers
|
4 |
+
ipykernel==6.25.0
|
5 |
+
numpy
|
6 |
+
pandas
|
7 |
+
scikit-learn
|
8 |
+
llama-cpp-python==0.2.69
|