forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2df2f1f
commit 049d9dc
Showing
4 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
.jenkins/lm-eval-harness/configs/Meta-Llama-3.1-8B-Instruct-fp8.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# FIXME(kzawora): these scores were generated using vLLM on HPU, we need to confirm them on HF | ||
# VLLM_SKIP_WARMUP=true bash run-lm-eval-gsm-cot-llama-vllm-baseline.sh -m "/mnt/weka/data/pytorch/llama3.1/Meta-Llama-3.1-8B-Instruct" -b 128 -l 1319 -f 8 -t 1 | ||
model_name: "/mnt/weka/data/pytorch/llama3.1/Meta-Llama-3.1-8B-Instruct" | ||
tasks: | ||
- name: "gsm8k_cot_llama" | ||
metrics: | ||
- name: "exact_match,strict-match" | ||
value: 0.8317 | ||
- name: "exact_match,flexible-extract" | ||
value: 0.8355 | ||
limit: null | ||
num_fewshot: 8 | ||
dtype: "bfloat16" | ||
fewshot_as_multiturn: true | ||
apply_chat_template: true | ||
fp8: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Meta-Llama-3.1-8B-Instruct-fp8.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters