Skip to content

Commit

Permalink
add ogbg variants to docker startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jan 2, 2024
1 parent d604850 commit fdcb5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ VALID_WORKLOADS=("criteo1tb" "imagenet_resnet" "imagenet_resnet_silu" "imagenet_
"criteo1tb_resnet" "criteo1tb_layernorm" "criteo1tb_embed_init" \
"conformer_layernorm" "conformer_attention_temperature" \
"conformer_gelu" "fastmri_model_size" "fastmri_tanh" \
"fastmri_layernorm")
"fastmri_layernorm" "ogbg_gelu" "ogbg_silu" "ogbg_model_size")

# Set data and experiment paths
ROOT_DATA_BUCKET="gs://mlcommons-data"
Expand Down

0 comments on commit fdcb5aa

Please sign in to comment.