Skip to content

Commit fc6d6f7

Browse files
committed
add lm workload to list of valid workloads
1 parent 12289fa commit fc6d6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ VALID_WORKLOADS=("criteo1tb" "imagenet_resnet" "imagenet_resnet_silu" "imagenet_
185185
"librispeech_conformer_gelu" "fastmri_model_size" "fastmri_tanh" \
186186
"librispeech_deepspeech_tanh" \
187187
"librispeech_deepspeech_no_resnet" "librispeech_deepspeech_norm_and_spec_aug"
188-
"fastmri_layernorm" "ogbg_gelu" "ogbg_silu" "ogbg_model_size" "lm")
188+
"fastmri_layernorm" "ogbg_gelu" "ogbg_silu" "ogbg_model_size" "finewebedu_lm")
189189
VALID_RULESETS=("self" "external")
190190

191191
# Set data and experiment paths

0 commit comments

Comments
 (0)