Skip to content

Commit 8040ae3

Browse files
committed
Changing llama_v2_70b to correct config class
1 parent dab71c0 commit 8040ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchbenchmark/util/framework/huggingface/basic_configs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
512,
136136
512,
137137
'AutoConfig.from_pretrained("meta-llama/Llama-2-70b-hf")',
138-
"AutoModelForMaskedLM",
138+
"AutoModelForCausalLM",
139139
),
140140
"llama_v31_8b": (
141141
512,

0 commit comments

Comments
 (0)