Rithvickkr
commited on
Commit
·
3c36def
1
Parent(s):
1911367
Fixed Mistral-7B response, context repetition, and multi-threat detection 3
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ llama-index-embeddings-huggingface
|
|
9 |
pandas
|
10 |
sentence-transformers
|
11 |
transformers
|
12 |
-
torch
|
|
|
|
9 |
pandas
|
10 |
sentence-transformers
|
11 |
transformers
|
12 |
+
torch
|
13 |
+
retrying
|