Skip to content

Commit 0c4604d

Browse files
authored
Merge pull request #10 from abukhoy/pr-424
qnn tests fixed embedding test script
2 parents 61ed040 + 8c9d9b4 commit 0c4604d

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)