Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Sundar Rabindranath committed Jul 9, 2024
1 parent 2b9a9f3 commit 68f649b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neuralmagic/tools/profiler/visualize_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ def make_plot_title_suffix(profile_json: dict) -> str:
parser.add_argument("--plot-metric",
type=str,
default="cuda_time_ms",
help='Metric to plot. some options are cuda_time_us, cuda_time_ms, pct_cuda_time')
help='Metric to plot. some options are cuda_time_ms, \
pct_cuda_time')
parser.add_argument(
"--step-plot-interval",
type=int,
Expand Down

0 comments on commit 68f649b

Please sign in to comment.