forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Add Llama2 to torch compile tests (#446)
- Loading branch information
1 parent
6643aa6
commit 24ba4d4
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
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,14 @@ | ||
# These scores were chosen to place within 6% range of values achieved using vLLM on HPU: | ||
# 0.148 - 0.164 | ||
# where on https://www.llama.com/llama2/: 0.146 is given | ||
model_name: "/mnt/weka/data/pytorch/llama2/Llama-2-7b-hf" | ||
tasks: | ||
- name: "gsm8k" | ||
metrics: | ||
- name: "exact_match,strict-match" | ||
value: 0.155 | ||
- name: "exact_match,flexible-extract" | ||
value: 0.155 | ||
limit: 250 | ||
num_fewshot: 5 | ||
dtype: "bfloat16" |
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 @@ | ||
Llama-2-7B-hf.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