.ci/lumen_cli/README.md
A Python CLI tool for building and testing PyTorch-based components, using a YAML configuration file for structured, repeatable workflows.
at the root of the pytorch repo
pip install -e .ci/lumen_cli
The cli tool must be used at root of pytorch repo, as example to run build external vllm:
python -m cli.run build external vllm
this will run the build steps with default behaviour for vllm project.
to see help messages, run
python3 -m cli.run --help
To add a new external build, for instance, add a new external build logics:
cli/build_cli/register_build.py