#!/bin/sh BASEDIR=$(dirname "$0") cd $BASEDIR/.. echo Current Directory: pwd BASEDIR=`pwd` nvidia-smi uname -a cat /etc/os-release lscpu grep MemTotal /proc/meminfo # $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-7B-Instruct # $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-7B-Instruct # $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-3B-Instruct #$BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-3B-Instruct # $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-1.5B-Instruct # $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-1.5B-Instruct # $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-0.5B-Instruct # $BASEDIR/scripts/eval-shots.sh Qwen Qwen2.5-0.5B-Instruct # export START_NUM_SHOTS=5 # $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat # $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m # $BASEDIR/scripts/eval-shots.sh shenzhi-wang Llama3.1-8B-Chinese-Chat export START_NUM_SHOTS=40 $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat export START_NUM_SHOTS=50 $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m