File size: 428 Bytes
37b5712 5b58616 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Local development dependencies — mocks only, no model weights. # Keeps install fast and compatible with macOS / Intel without CUDA. gradio pillow fastapi huggingface_hub smolagents # Only needed to run with FORCE_REAL_MODELS=1 locally. On Mac without CUDA # this installs a CPU/Metal build of llama-cpp-python (compiles from source, # ~5-15 min the first time). Comment out if you only want mock backends. llama-cpp-python |