File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 needs : changes
6262 if : ${{ needs.changes.outputs.src == 'true' || needs.changes.outputs.test == 'true' || github.event_name == 'workflow_dispatch' }}
6363 timeout-minutes : 30
64- runs-on : nemo-ci-aws -gpu-x2
64+ runs-on : nemo-ci-gcp -gpu-x2-container
6565 strategy :
6666 fail-fast : false
6767 matrix :
9797 needs : changes
9898 if : ${{ needs.changes.outputs.src == 'true' || needs.changes.outputs.test == 'true' || github.event_name == 'workflow_dispatch' }}
9999 timeout-minutes : 55
100- runs-on : nemo-ci-aws -gpu-x2
100+ runs-on : nemo-ci-gcp -gpu-x2-container
101101 steps :
102102 - name : checkout
103103 uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ while the last 4 took an additional 93 seconds -- with a single prompt
298298consuming 61 seconds and 1618 tokens on its own. The batch cannot return
299299until the slowest prompt finishes. Run with ` -v ` to see vLLM's tqdm
300300progress bar, which shows per-prompt completion rates and makes the tail
301- effect visible.
301+ effect visible.
302302
303303If this stage takes more than 10 minutes, you might need to train the model
304304more or examine the training parameters.
You can’t perform that action at this time.
0 commit comments