Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
pip install -r code/requirements_public_train.txt

- name: Mid-tier training + inference with LER check (32k train, 2 epochs)
shell: bash
run: |
. .venv_mid/bin/activate
bash code/scripts/smoke_run.sh 2>&1 | tee /tmp/ci_mid.log
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/long-running-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
python -c "import torch; assert torch.cuda.is_available(), 'CUDA not available'"

- name: Multi-orientation inference (O1–O4) with LER output check
shell: bash
run: |
. .venv/bin/activate
ORIENTATIONS_LONG_TASK=inference bash code/scripts/run_orientations_long.sh 2>&1 | tee /tmp/orient_inference.log
Expand Down Expand Up @@ -299,6 +300,7 @@ jobs:
python -c "import torch; assert torch.cuda.is_available(), 'CUDA not available'"

- name: Full 1-epoch training + inference with LER validation
shell: bash
run: |
. .venv/bin/activate
bash code/scripts/smoke_run.sh 2>&1 | tee /tmp/ci_full_epoch.log
Expand Down