- docs/HPC.md: cluster table, setup with vsc-venv, interactive debug (shell + JupyterLab on donphan), PBS batch submission, dependency mgmt - README.md: HPC section condensed to a single link to docs/HPC.md
380 B
380 B
Brittle Star
Usage
UV
To set up the UV module, you can run the following command:
uv sync --frozen
example command:
uv run src/train.py --model_name my_model --epochs 50 --batch_size 32
HPC
See docs/HPC.md for the full guide, including environment setup, cluster selection, interactive debugging, and job submission.