compose-audit / code /run_blimp410.sh
suchirsalhan's picture
compose-audit refresh 2026-08-26 23:25 UTC
ace30c6 verified
Raw
History Blame Contribute Delete
442 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
P=/root/venvs/mergeability/bin/python
CUDA_VISIBLE_DEVICES=$1 $P /root/compose-audit/set1_blimp.py --size 410m --seeds $2 \
--n_per_paradigm 100 --bs 32 --blocks 24 --acts_rows 1024 >> /root/compose-audit/logs/blimp410_$3.log 2>&1
echo BLIMP410_$3_DONE >> /root/compose-audit/logs/blimp410_$3.log