Skip to content

Commit 226570b

Browse files
committed
chore(ci): try another gpu label
Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
1 parent 48a8f5c commit 226570b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gpu-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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:
@@ -97,7 +97,7 @@ jobs:
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

docs/user-guide/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ while the last 4 took an additional 93 seconds -- with a single prompt
298298
consuming 61 seconds and 1618 tokens on its own. The batch cannot return
299299
until the slowest prompt finishes. Run with `-v` to see vLLM's tqdm
300300
progress bar, which shows per-prompt completion rates and makes the tail
301-
effect visible.
301+
effect visible.
302302

303303
If this stage takes more than 10 minutes, you might need to train the model
304304
more or examine the training parameters.

0 commit comments

Comments
 (0)