compose-audit / code /run_abl.sh
suchirsalhan's picture
compose-audit refresh 2026-08-26 21:04 UTC
47a719e verified
Raw
History Blame Contribute Delete
649 Bytes
#!/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=0 $P /root/compose-audit/set1_polypythia.py --size 160m-weight --base pythia-160m \
--seeds 1,2,3 --blocks 32 --barrier_n 5 --tag abl >> /root/compose-audit/logs/abl.log 2>&1
CUDA_VISIBLE_DEVICES=0 $P /root/compose-audit/set1_polypythia.py --size 160m-data --base pythia-160m \
--seeds 1,2,3 --blocks 32 --barrier_n 5 --tag abl >> /root/compose-audit/logs/abl.log 2>&1
echo ABL_DONE >> /root/compose-audit/logs/abl.log