Spaces:
Runtime error
Runtime error
Upload requirements-hf.txt with huggingface_hub
Browse files- requirements-hf.txt +17 -0
requirements-hf.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Naveed AI — HuggingFace Spaces Dependencies
|
| 2 |
+
# Lean build: only what the app actually needs
|
| 3 |
+
|
| 4 |
+
# LLM inference — compiled inside Dockerfile (CPU, AVX-safe)
|
| 5 |
+
# llama-cpp-python is NOT listed here; it is pre-built in the Docker layer
|
| 6 |
+
|
| 7 |
+
# HuggingFace model download
|
| 8 |
+
huggingface_hub>=0.20.0
|
| 9 |
+
|
| 10 |
+
# Web UI
|
| 11 |
+
gradio>=4.19.2
|
| 12 |
+
|
| 13 |
+
# System monitoring
|
| 14 |
+
psutil>=5.9.0
|
| 15 |
+
|
| 16 |
+
# Numerics (used by llama-cpp internals)
|
| 17 |
+
numpy>=1.24.0
|