Skip to content

Commit

Permalink
Quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarques committed Oct 20, 2023
1 parent f1de171 commit f3cbf3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/deepsparse/transformers/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ def test_truncate_transformer_onnx_model(
model_onnx_path = get_model_onnx_path(model_name)
output_name = "embedding"

(
truncated_onnx_path,
output_names,
_,
) = truncate_transformer_onnx_model(
(truncated_onnx_path, output_names, _,) = truncate_transformer_onnx_model(
model_path=model_onnx_path,
emb_extraction_layer=emb_extraction_layer,
hidden_layer_size=None,
Expand Down

0 comments on commit f3cbf3d

Please sign in to comment.