- First exclude this folder from root workspace folder's .toml file for uv creation
- uv init --python 3.12
- uv venv
- uv add torch==2.10.0 torchvision==0.25.0 --index https://download.pytorch.org/whl/cu128
- uv add -r requirements.txt

