-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_slurm_mnli.sh
executable file
·44 lines (37 loc) · 1.47 KB
/
run_slurm_mnli.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/sh
# EXP_PATH=/fsx/users/zhuha/ZO_SmallScaleExp/logs/$(date "+%y-%m-%d-%H-%M-%S")-robertaL-mezo
# mkdir -p $EXP_PATH
# echo $EXP_PATH
# sbatch -N 1\
# --output=$EXP_PATH/test_output.txt \
# --error=$EXP_PATH/test_error.txt \
# --job-name=llama \
# --partition=benchmark \
# --wrap "srun /fsx/users/zhuha/ZO_SmallScaleExp/run_mnli_mezo.sh"
# EXP_PATH=/fsx/users/zhuha/ZO_SmallScaleExp/logs/$(date "+%y-%m-%d-%H-%M-%S")-robertaL-svrg-full
# mkdir -p $EXP_PATH
# echo $EXP_PATH
# sbatch -N 1\
# --output=$EXP_PATH/test_output.txt \
# --error=$EXP_PATH/test_error.txt \
# --job-name=llama \
# --partition=benchmark \
# --wrap "srun /fsx/users/zhuha/ZO_SmallScaleExp/run_mnli_zosvrg_partial.sh"
# EXP_PATH=/fsx/users/zhuha/ZO_SmallScaleExp/logs/$(date "+%y-%m-%d-%H-%M-%S")-robertaL-svrg-partial
# mkdir -p $EXP_PATH
# echo $EXP_PATH
# sbatch -N 1\
# --output=$EXP_PATH/test_output.txt \
# --error=$EXP_PATH/test_error.txt \
# --job-name=llama \
# --partition=benchmark \
# --wrap "srun /fsx/users/zhuha/ZO_SmallScaleExp/run_mnli_zosvrg_full.sh"
EXP_PATH=/fsx/users/zhuha/ZO_SmallScaleExp/logs/$(date "+%y-%m-%d-%H-%M-%S")-robertaL-all
mkdir -p $EXP_PATH
echo $EXP_PATH
sbatch -N 1\
--output=$EXP_PATH/test_output.txt \
--error=$EXP_PATH/test_error.txt \
--job-name=llama \
--partition=benchmark \
--wrap "srun /fsx/users/zhuha/ZO_SmallScaleExp/run_mnli_all.sh"