File size: 693 Bytes
47a719e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
source /root/.ms_hf_env
export HF_HOME=/root/goldfish-alignment/cache/hf
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=0 $P /root/compose-audit/set4_multiblimp.py --max_items 1200 >> /root/compose-audit/logs/set4_mb.log 2>&1
rm -f /root/compose-audit/results/set4_goldfish.jsonl
CUDA_VISIBLE_DEVICES=0 $P /root/compose-audit/set4_goldfish.py --n_sent 500 >> /root/compose-audit/logs/set4b.log 2>&1
echo SET4B_DONE >> /root/compose-audit/logs/set4b.log
# (reverse direction is launched by run_rev_after.sh)
#