Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add group act order case to lm_eval test #1080

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tests/e2e/vLLM/lm_eval_configs/w4a16_actorder_group.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cadence: "weekly"
model: meta-llama/Meta-Llama-3-8B-Instruct
recipe: tests/e2e/vLLM/recipes/actorder/recipe_w4a16_actorder_group.yaml
num_fewshot: 5
limit: 1000
task: "gsm8k"
dataset_id: HuggingFaceH4/ultrachat_200k
dataset_split: train_sft
exact_match,flexible-extract: 0.72
exact_match,strict-match: 0.72
scheme: W4A16_actorder_group
2 changes: 1 addition & 1 deletion tests/e2e/vLLM/lm_eval_configs/w4a16_actorder_weight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dataset_id: HuggingFaceH4/ultrachat_200k
dataset_split: train_sft
exact_match,flexible-extract: 0.72
exact_match,strict-match: 0.72
scheme: W4A16_actorder_group
scheme: W4A16_actorder_weight
Loading