Blame view

requirements_ml.txt 460 Bytes
484adbfe   tangwang   adapt ubuntu; con...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  # 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