Skip to content

Commit

Permalink
Fixing c_trt_args
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Fomitchev <[email protected]>
  • Loading branch information
borisfom committed Nov 15, 2024
1 parent 938b6a0 commit 658e4f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions models/maisi_ct_generative/configs/inference_trt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
],
"c_trt_args": {
"export_args": {
"dynamo": "$True",
"dynamo": "$False",
"report": "$True"
},
"output_lists": [
[
-1
],
[
0
]
]
]
},
"controlnet": "$trt_compile(@controlnet_def.to(@device), @trained_controlnet_path)",
"controlnet": "$trt_compile(@controlnet_def.to(@device), @trained_controlnet_path, @c_trt_args)",
"diffusion_unet": "$trt_compile(@diffusion_unet_def.to(@device), @trained_diffusion_path)"
}

0 comments on commit 658e4f5

Please sign in to comment.