Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 10, 2024
1 parent b668233 commit b24abb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __init__(self, config_file="./configs/infer.yaml", **override):
precision="fp16",
build_args={
"builder_optimization_level": 5,
"precision_constraints":"obey"
"precision_constraints": "obey",
},
timestamp=ts,
)
Expand All @@ -153,7 +153,7 @@ def __init__(self, config_file="./configs/infer.yaml", **override):
precision="fp16",
build_args={
"builder_optimization_level": 5,
"precision_constraints":"obey"
"precision_constraints": "obey",
},
timestamp=ts,
)
Expand Down

0 comments on commit b24abb3

Please sign in to comment.