File size: 350 Bytes
6ec5126 | 1 2 3 4 5 6 7 | #!/bin/bash
#SBATCH -N 1 # 节点数(可改成多节点)
#SBATCH --job-name=opt # 可选:任务名,便于查看
# ==================== 真正要跑的程序 ====================
# python /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree.py
python /mnt/petrelfs/leihaodong/ICLR25/scripts/opt_tree1.py |