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 Nov 13, 2024
1 parent b4aefe0 commit 938b6a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/maisi_ct_generative/configs/inference_trt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"$from monai.networks import trt_compile"
],
"c_trt_args": {
"export_args" : {"dynamo" : "$True", "report" : "$True"},
"export_args": {
"dynamo": "$True",
"report": "$True"
},
"output_lists": [
[
-1
Expand Down

0 comments on commit 938b6a0

Please sign in to comment.