Skip to content

Commit

Permalink
python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuanrong committed Oct 4, 2023
1 parent 95a906f commit bc173b5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import logging
import os
import sys

import onnx
from onnx import TensorProto, helper
from transformers import WhisperConfig

from benchmark_helper import Precision # noqa: E402
from convert_generation import ( # noqa: E402
from benchmark_helper import Precision
from convert_generation import (
get_shared_initializers,
update_decoder_subgraph_output_cross_attention,
update_decoder_subgraph_share_buffer_and_use_decoder_masked_mha,
Expand Down

0 comments on commit bc173b5

Please sign in to comment.