Spaces:
Build error
Build error
more results
Browse files- logs/l40-4gpu-5.txt +0 -0
- results/mac-results_fine_tuned.csv +2 -2
- scripts/eval-4gpu.sh +3 -2
logs/l40-4gpu-5.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
results/mac-results_fine_tuned.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:ab843e4ee14deef95d3c4320dd894b159290fd4c458411e27718c7121c141305
|
3 |
+
size 7697436
|
scripts/eval-4gpu.sh
CHANGED
@@ -13,12 +13,13 @@ grep MemTotal /proc/meminfo
|
|
13 |
|
14 |
#pip install torch torchvision torchaudio
|
15 |
|
16 |
-
|
17 |
|
18 |
export BATCH_SIZE=1
|
|
|
19 |
|
20 |
#./scripts/eval-model.sh Qwen/Qwen2-72B-Instruct
|
21 |
|
22 |
# ./scripts/eval-model.sh shenzhi-wang/Llama3.1-70B-Chinese-Chat
|
23 |
|
24 |
-
./scripts/eval-rpp.sh shenzhi-wang Llama3.1-70B-Chinese-Chat checkpoint-
|
|
|
13 |
|
14 |
#pip install torch torchvision torchaudio
|
15 |
|
16 |
+
pip install -r requirements.txt
|
17 |
|
18 |
export BATCH_SIZE=1
|
19 |
+
export LOAD_IN_4BIT=true
|
20 |
|
21 |
#./scripts/eval-model.sh Qwen/Qwen2-72B-Instruct
|
22 |
|
23 |
# ./scripts/eval-model.sh shenzhi-wang/Llama3.1-70B-Chinese-Chat
|
24 |
|
25 |
+
./scripts/eval-rpp.sh shenzhi-wang Llama3.1-70B-Chinese-Chat checkpoint-210
|