Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
|
|
2 |
faiss-cpu
|
3 |
pickle-mixin
|
4 |
groq
|
5 |
datasets
|
6 |
-
|
7 |
-
|
|
|
1 |
+
transformers==4.28.1 # Or a compatible version
|
2 |
+
torch # If you're using PyTorch
|
3 |
faiss-cpu
|
4 |
pickle-mixin
|
5 |
groq
|
6 |
datasets
|
7 |
+
streamlit
|
8 |
+
rajkumarrrk/dialogpt-fine-tuned-on-daily-dialog # Add this line!
|