compose-audit / code /run_set4.sh
suchirsalhan's picture
compose-audit refresh 2026-08-26 21:04 UTC
47a719e verified
Raw
History Blame Contribute Delete
320 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
CUDA_VISIBLE_DEVICES=3 /root/venvs/mergeability/bin/python /root/compose-audit/set4_goldfish.py "$@" \
>> /root/compose-audit/logs/set4.log 2>&1