Skip to content

Commit 895aa2d

Browse files
committed
Increase verbosity due to srun timeout
1 parent 58750a8 commit 895aa2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_test_te.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ~test TransformerEngine
33
on:
44
workflow_call:
55
inputs:
6-
TE_IMAGE:
6+
JAX_IMAGE:
77
type: string
88
description: 'JAX image'
99
required: true
@@ -35,7 +35,7 @@ jobs:
3535
NTASKS_PER_NODE: 1
3636
TIME_LIMIT: '00:10:00'
3737
EXTRA_EXPORTS: 'VOCAB_PATH=gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model'
38-
IMAGE: ${{ inputs.TE_IMAGE }}
38+
IMAGE: ${{ inputs.JAX_IMAGE }}
3939
SRUN_PREAMBLE: |
4040
nvidia-smi
4141
pip install \
@@ -46,7 +46,7 @@ jobs:
4646
SRUN_SCRIPT: |
4747
set -ex
4848
cd ${SRC_PATH_TRANSFORMER_ENGINE}/examples/jax/encoder
49-
pytest --report-log=/output/pytest-report.jsonl \
49+
pytest -vvv --report-log=/output/pytest-report.jsonl \
5050
test_single_gpu_encoder.py \
5151
test_multigpu_encoder.py \
5252
test_model_parallel_encoder.py

0 commit comments

Comments
 (0)