Update Requirements.txt
Browse files- Requirements.txt +3 -2
Requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
-
llama-cpp-python==0.2.85
|
| 3 |
-
|
|
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
llama-cpp-python==0.2.85
|
| 3 |
+
huggingface_hub==0.23.4 # Pra snapshot_download
|
| 4 |
+
torch # CPU-only
|