logical-reasoning / scripts /eval-mgtv-qwen2.5_4bit.sh
dh-mc's picture
ready for final run
8157c36
raw
history blame
493 Bytes
#!/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
export USING_LLAMA_FACTORY=true
# export LOAD_IN_4BIT=true
# $BASEDIR/scripts/eval-epochs.sh Qwen Qwen2.5-72B-Instruct
export START_NUM_SHOTS=10
export END_NUM_SHOTS=20
$BASEDIR/scripts/eval-shots_4bit.sh Qwen Qwen2.5-72B-Instruct
export START_NUM_SHOTS=5
$BASEDIR/scripts/eval-shots_4bit.sh internlm internlm2_5-20b-chat