Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ uvicorn
|
|
3 |
requests
|
4 |
llama-cpp-python
|
5 |
psutil
|
6 |
-
transformers
|
|
|
|
|
|
3 |
requests
|
4 |
llama-cpp-python
|
5 |
psutil
|
6 |
+
transformers
|
7 |
+
pytorch
|
8 |
+
torch
|