File size: 580 Bytes
4f064ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/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-3B-Instruct

$BASEDIR/scripts/eval-shots.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