# Brittle Star ## Usage ### UV To set up the UV module, you can run the following command: ```bash uv sync --frozen ``` example command: ```bash uv run src/train.py --model_name my_model --epochs 50 --batch_size 32 ``` ## HPC See **[docs/HPC.md](docs/HPC.md)** for the full guide, including environment setup, cluster selection, interactive debugging, and job submission.