requirements_ml.txt
460 Bytes
# Optional heavy dependencies for local embedding/image encoding.
#
# Install when you need:
# - `./scripts/start_embedding_service.sh` (local embeddings server)
# - local BGE-M3 / CN-CLIP inference
#
# Notes:
# - `torch` wheels can be very large; if you want CPU-only wheels,
# consider installing torch separately with the official CPU index.
#
torch>=2.0.0
sentence-transformers>=2.2.0
transformers>=4.30.0
modelscope>=1.9.0
cn-clip>=1.5.0
pillow>=10.0.0