File size: 505 Bytes
aaebaab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #!/bin/sh
# sbatch \
# -p DataFrontier_Knowledge \
# --gres=gpu:1 \
# /mnt/petrelfs/leihaodong/ICLR25/scripts/lumina_gpt/MSCOCO/sjd++.sh
# sbatch \
# -p DataFrontier_Knowledge \
# --gres=gpu:1 \
# /mnt/petrelfs/leihaodong/ICLR25/scripts/lumina_gpt/MSCOCO/caccl+sjd++.sh
sbatch \
-p DataFrontier_Knowledge \
--gres=gpu:0 \
-o /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree.out \
-e /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree.err \
/mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree.sh |