Skip to content

Commit a35812c

Browse files
authored
fix esm2_pretrain.yaml
Signed-off-by: Dorota Toczydlowska <[email protected]>
1 parent 4edeb0a commit a35812c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/benchmarks/partial-conv/esm2_pretrain.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ script: |-
4848
--experiment-name=${batch_size}bs_${nodes}node_${gpus}gpu_${max_steps}s_${precision}prec \
4949
--result-dir=${tensorboard_dir} \
5050
--wandb-project=${wandb_project_name} \
51-
--wandb-group=${model}_${variant}_${config_name} \
52-
--wandb-job-type=${pipeline_label}__${target} \
51+
--wandb-group=${model}_${variant}_${config_name}__${target} \
52+
--wandb-job-type=${pipeline_label} \
5353
--log-every-n-steps=50 \
5454
--disable-checkpointing;

0 commit comments

Comments
 (0)