Spaces:
Runtime error
Runtime error
Nikhil-Murade
commited on
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
python-dotenv
|
4 |
+
|
5 |
+
transformers==4.37.2
|
6 |
+
bitsandbytes==0.41.3
|
7 |
+
accelerate==0.25.0
|
8 |
+
|
9 |
+
torch
|