Skip to content

Commit

Permalink
Split test config into multiple-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
irajagop committed Jun 26, 2024
1 parent 4bf37ea commit 4b89dc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
from QEfficient import QEFFAutoModelForCausalLM, QEFFCommonLoader

model_name_to_params_dict: Dict[str, Dict[str, Any]] = {
"gpt2": {"qeff_class": QEFFAutoModelForCausalLM, "hf_class": GPT2LMHeadModel, "prompt": "Equator is"},
"gpt2": {
"qeff_class": QEFFAutoModelForCausalLM,
"hf_class": GPT2LMHeadModel,
"prompt": "Equator is",
},
}
model_names = model_name_to_params_dict.keys()

Expand Down

0 comments on commit 4b89dc7

Please sign in to comment.