Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ llama-cpp-python==0.2.67
|
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
huggingface_hub
|
5 |
-
psutil
|
|
|
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
huggingface_hub
|
5 |
+
psutil
|
6 |
+
tiktoken
|