compose-audit / code /run_rev_after.sh
suchirsalhan's picture
compose-audit refresh 2026-08-26 21:04 UTC
47a719e verified
Raw
History Blame Contribute Delete
460 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
until grep -q SET4B_DONE /root/compose-audit/logs/set4b.log 2>/dev/null; do sleep 20; done
CUDA_VISIBLE_DEVICES=0 /root/venvs/mergeability/bin/python /root/compose-audit/set4_reverse.py --n_sent 500 \
>> /root/compose-audit/logs/set4_rev.log 2>&1
echo SET4_REV_DONE >> /root/compose-audit/logs/set4_rev.log