logical-reasoning / scripts /eval-mgtv-phi-3.5-mini.sh
inflaton's picture
Phi-3.5-mini fine-tuned
8fd73fe
raw
history blame contribute delete
326 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=false
#pip install -r requirements.txt
$BASEDIR/scripts/eval-epochs.sh microsoft Phi-3.5-mini-instruct