File size: 639 Bytes
cf912f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84958e4
 
47d6ce1
a91c6d6
 
84958e4
11f2c15
 
cf912f1
84958e4
cf912f1
84958e4
cf912f1
11f2c15
 
cf912f1
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
32
#!/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

#export START_NUM_SHOTS=20
#$BASEDIR/scripts/eval-shots.sh shenzhi-wang Llama3.1-8B-Chinese-Chat

# export START_NUM_SHOTS=50
# $BASEDIR/scripts/eval-shots.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat

# $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat

# $BASEDIR/scripts/eval-shots.sh internlm internlm2_5-7b-chat-1m

export START_NUM_SHOTS=5
$BASEDIR/scripts/eval-shots.sh Qwen Qwen2-7B-Instruct