Skip to content

Commit

Permalink
Add docker workload names
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Dec 8, 2023
1 parent a8ad75e commit 3071a30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ done
# Check if arguments are valid
VALID_DATASETS=("criteo1tb" "imagenet" "fastmri" "ogbg" "librispeech" \
"wmt" "mnist")
VALID_WORKLOADS=("criteo1tb" "imagenet_resnet" "imagenet_vit" "fastmri" "ogbg" \
VALID_WORKLOADS=("criteo1tb" "imagenet_resnet" "imagenet_resnet_silu", "imagenet_resnet_gelu", \
"imagenet_resnet_large_bn_init" "imagenet_vit" "fastmri" "ogbg" \
"wmt" "librispeech_deepspeech" "librispeech_conformer" "mnist" \
"criteo1tb_resnet" "criteo1tb_layernorm" "criteo_embed_init" \
"conformer_layernorm" "conformer_attention_temperature" \
Expand Down

0 comments on commit 3071a30

Please sign in to comment.