File size: 719 Bytes
47a719e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
source /root/.ms_hf_env
export HF_HOME=/root/hf_cache_brainalign
export OMP_NUM_THREADS=8 MKL_NUM_THREADS=8 OPENBLAS_NUM_THREADS=8 NUMEXPR_NUM_THREADS=8
P=/root/venvs/mergeability/bin/python
CUDA_VISIBLE_DEVICES=1 $P /root/compose-audit/set1_repair.py --size 14m --n_per_paradigm 200 >> /root/compose-audit/logs/repair_14m.log 2>&1
CUDA_VISIBLE_DEVICES=1 $P /root/compose-audit/set1_repair.py --size 70m --n_per_paradigm 200 --bs 12 >> /root/compose-audit/logs/repair_70m.log 2>&1
CUDA_VISIBLE_DEVICES=1 $P /root/compose-audit/set1_repair.py --size 160m --n_per_paradigm 150 --bs 8 --blocks 32 >> /root/compose-audit/logs/repair_160m.log 2>&1
echo REPAIR_ALL_DONE >> /root/compose-audit/logs/repair_14m.log