townlet / requirements-dev.txt
Budlee's picture
Sync latest local snapshot
5b58616 verified
Raw
History Blame Contribute Delete
428 Bytes
# 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