Commit 895aa2d 1 parent 58750a8 commit 895aa2d Copy full SHA for 895aa2d
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ~test TransformerEngine
3
3
on :
4
4
workflow_call :
5
5
inputs :
6
- TE_IMAGE :
6
+ JAX_IMAGE :
7
7
type : string
8
8
description : ' JAX image'
9
9
required : true
35
35
NTASKS_PER_NODE : 1
36
36
TIME_LIMIT : ' 00:10:00'
37
37
EXTRA_EXPORTS : ' VOCAB_PATH=gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model'
38
- IMAGE : ${{ inputs.TE_IMAGE }}
38
+ IMAGE : ${{ inputs.JAX_IMAGE }}
39
39
SRUN_PREAMBLE : |
40
40
nvidia-smi
41
41
pip install \
46
46
SRUN_SCRIPT : |
47
47
set -ex
48
48
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 \
50
50
test_single_gpu_encoder.py \
51
51
test_multigpu_encoder.py \
52
52
test_model_parallel_encoder.py
You can’t perform that action at this time.
0 commit comments