Skip to content

Commit

Permalink
black formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
godot73 committed Sep 19, 2023
1 parent 1a2c9e4 commit fc340a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tank/examples/opt/opt_perf_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ def collect_huggingface_logits(


def collect_shark_logits(
model_name: str, max_seq_len: int, recompile_shark: bool, to_save_json: bool
model_name: str,
max_seq_len: int,
recompile_shark: bool,
to_save_json: bool,
) -> Tuple[float, float]:
# Load
t0 = time.time()
Expand Down

0 comments on commit fc340a9

Please sign in to comment.