Skip to content

Commit 7a3a227

Browse files
committed
fix names in startup.sh for conformer variants
1 parent ab9e3fb commit 7a3a227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/scripts/startup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ VALID_WORKLOADS=("criteo1tb" "imagenet_resnet" "imagenet_resnet_silu" "imagenet_
157157
"criteo1tb_resnet" "criteo1tb_layernorm" "criteo1tb_embed_init" \
158158
"wmt" "wmt_post_ln" "wmt_attention_temp" "wmt_glu_tanh" \
159159
"librispeech_deepspeech" "librispeech_conformer" "mnist" \
160-
"conformer_layernorm" "conformer_attention_temperature" \
161-
"conformer_gelu" "fastmri_model_size" "fastmri_tanh" \
160+
"librispeech_conformer_layernorm" "librispeech_conformer_attention_temperature" \
161+
"librispeech_conformer_gelu" "fastmri_model_size" "fastmri_tanh" \
162162
"librispeech_deepspeech_tanh" \
163163
"librispeech_deepspeech_no_resnet" "librispeech_deepspeech_norm_and_spec_aug"
164164
"fastmri_layernorm" "ogbg_gelu" "ogbg_silu" "ogbg_model_size")

0 commit comments

Comments
 (0)