Skip to content

ll_ocadr — Installation

Terminal window
pip install -e ./ll_ocadr

Core inference needs torch, transformers, trimesh, numpy, scipy.

  • STEP (B-Rep) support additionally needs pythonocc-core (conda-forge). STEP-file tests skip automatically when it is not installed.
  • The declared vllm dependency is only for the experimental serving path, which is not functional today (see Overview).

Continue to Usage.