Skip to content

Commit 5678b78

Browse files
abukhoyquic-amitraj
authored andcommitted
qnn tests fixed embedding
Signed-off-by: Abukhoyer Shaik <[email protected]>
1 parent d93d9d0 commit 5678b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transformers/models/test_embedding_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_embed_model_pytorch_vs_onnx_vs_ai100_qnn(model_name):
142142
create_json(qnn_config_json_path, QnnConstants.QNN_SAMPLE_CONFIG)
143143

144144
check_embed_pytorch_vs_ort_vs_ai100(
145-
model_name=model_name, seq_len=32, n_layer=1, enable_qnn=True, qnn_config=qnn_config_json_path
145+
model_name=model_name["model_name"], seq_len=32, n_layer=1, enable_qnn=True, qnn_config=qnn_config_json_path
146146
)
147147

148148

0 commit comments

Comments
 (0)