Skip to content

Commit

Permalink
fix model zoo #568
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Apr 16, 2024
1 parent bff4b15 commit bad49ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monai/networks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ def _onnx_trt_compile(

# set up the conversion configuration
config = builder.create_builder_config()
config.set_memory_pool_limit(trt.MemoryPoolType.WORKSPACE, 1 << 31)
config.add_optimization_profile(profile)
if precision == "fp16":
config.set_flag(trt.BuilderFlag.FP16)
Expand Down

0 comments on commit bad49ec

Please sign in to comment.