#!/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 size=$1; gpu=$2; shift 2 CUDA_VISIBLE_DEVICES=$gpu /root/venvs/mergeability/bin/python /root/compose-audit/set1_polypythia.py --size $size "$@" \ >> /root/compose-audit/logs/set1_$size.log 2>&1