Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
-
transformers==4.28.1
|
| 2 |
-
torch
|
| 3 |
faiss-cpu
|
| 4 |
pickle-mixin
|
| 5 |
groq
|
| 6 |
datasets
|
| 7 |
streamlit
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.28.1
|
| 2 |
+
torch # If needed
|
| 3 |
faiss-cpu
|
| 4 |
pickle-mixin
|
| 5 |
groq
|
| 6 |
datasets
|
| 7 |
streamlit
|
| 8 |
+
huggingface-hub
|
| 9 |
+
hf-transfer
|
| 10 |
+
protobuf<4
|
| 11 |
+
click<8.1
|
| 12 |
+
pydantic~=1.0
|
| 13 |
+
rajkumarrrk/dialogpt-fine-tuned-on-daily-dialog # Model specified here
|