Create Requirements.txt
Browse files- Requirements.txt +3 -0
Requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
llama-cpp-python==0.2.85 # Pra rodar GGUF na CPU
|
| 3 |
+
torch # Se precisar, mas CPU-only
|