bot commited on
Commit
683125d
·
1 Parent(s): 148f20d

Add short job_name to fix wandb artifact name too long

Browse files
Files changed (1) hide show
  1. train_cloud.sh +1 -0
train_cloud.sh CHANGED
@@ -47,6 +47,7 @@ python3.12 -m accelerate.commands.launch $ACCEL_FLAGS \
47
  --save_freq=500 \
48
  --log_freq=50 \
49
  --num_workers=4 \
 
50
  --wandb.enable=true \
51
  --wandb.project=pi05-so100-diverse \
52
  --output_dir=/ephemeral/production_run \
 
47
  --save_freq=500 \
48
  --log_freq=50 \
49
  --num_workers=4 \
50
+ --job_name=pi05-so100-diverse \
51
  --wandb.enable=true \
52
  --wandb.project=pi05-so100-diverse \
53
  --output_dir=/ephemeral/production_run \