Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 6, 2024
1 parent e434755 commit 3c21cc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion userbenchmark/dynamo/dynamobench/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3976,7 +3976,9 @@ def run(runner, args, original_dir=None):
try:
from torchao_backend import setup_baseline, torchao_optimize_ctx
except ImportError:
from userbenchmark.dynamo.dynamobench.torchao_backend import setup_baseline, torchao_optimize_ctx
from userbenchmark.dynamo.dynamobench.torchao_backend import (
setup_baseline, torchao_optimize_ctx
)

setup_baseline()
baseline_ctx = functools.partial(
Expand Down

0 comments on commit 3c21cc4

Please sign in to comment.