Spaces:
Build error
Build error
more results
Browse files- results/mac-results_few_shots.csv +2 -2
- scripts/tune-mac-4gpu.sh +19 -0
- scripts/tune-mac.sh +1 -1
results/mac-results_few_shots.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a9844b0736f0b7e7b0713c96ad8377dbbc30ad8b08d8a45196761a0a0533017
|
3 |
+
size 5222864
|
scripts/tune-mac-4gpu.sh
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
|
3 |
+
BASEDIR=$(dirname "$0")
|
4 |
+
cd $BASEDIR/..
|
5 |
+
echo Current Directory:
|
6 |
+
pwd
|
7 |
+
|
8 |
+
nvidia-smi
|
9 |
+
uname -a
|
10 |
+
cat /etc/os-release
|
11 |
+
lscpu
|
12 |
+
grep MemTotal /proc/meminfo
|
13 |
+
|
14 |
+
#pip install -r requirements.txt
|
15 |
+
#cd ../LLaMA-Factory && pip install -e .[torch,metrics,vllm] && cd -
|
16 |
+
|
17 |
+
./scripts/tune-lf.sh Qwen Qwen2-72B-Instruct qwen
|
18 |
+
|
19 |
+
./scripts/tune-lf.sh shenzhi-wang Llama3.1-70B-Chinese-Chat llama3
|
scripts/tune-mac.sh
CHANGED
@@ -12,7 +12,7 @@ lscpu
|
|
12 |
grep MemTotal /proc/meminfo
|
13 |
|
14 |
#pip install -r requirements.txt
|
15 |
-
cd ../LLaMA-Factory && pip install -e .[torch,metrics] && cd -
|
16 |
|
17 |
./scripts/tune-lf.sh internlm internlm2_5-7b-chat intern2
|
18 |
|
|
|
12 |
grep MemTotal /proc/meminfo
|
13 |
|
14 |
#pip install -r requirements.txt
|
15 |
+
cd ../LLaMA-Factory && pip install -e .[torch,metrics,vllm] && cd -
|
16 |
|
17 |
./scripts/tune-lf.sh internlm internlm2_5-7b-chat intern2
|
18 |
|