compose-audit / code /run_set4b.sh
suchirsalhan's picture
compose-audit refresh 2026-08-26 21:04 UTC
47a719e verified
Raw
History Blame Contribute Delete
693 Bytes
#!/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)
#