Skip to content

Commit

Permalink
Merge branch 'Project-MONAI:dev' into xray_classifier_port
Browse files Browse the repository at this point in the history
  • Loading branch information
virginiafdez authored Dec 12, 2024
2 parents de4e198 + 8e60f8f commit f2a5c1a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions models/maisi_ct_generative/configs/inference_trt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"+imports": [
"$from monai.networks import trt_compile"
],
"c_trt_args": {
"export_args": {
"dynamo": "$False",
"report": "$True"
},
"output_lists": [
[
-1
],
[]
]
},
"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)"
}
3 changes: 2 additions & 1 deletion models/maisi_ct_generative/configs/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_ldm_20240318.json",
"version": "0.4.5",
"version": "0.4.6",
"changelog": {
"0.4.6": "add TensorRT support",
"0.4.5": "update README",
"0.4.4": "update issue for IgniteInfo",
"0.4.3": "remove download large files, add weights_only when loading weights and add label_dict to large files",
Expand Down
4 changes: 4 additions & 0 deletions models/model_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -1794,5 +1794,9 @@
"vista3d_v0.5.7": {
"checksum": "f534e27e952c4f6ffafc2d912b5b1c867e75d585",
"source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/vista3d/versions/0.5.7/files/vista3d_v0.5.7.zip"
},
"maisi_ct_generative_v0.4.6": {
"checksum": "95c9552e4bc421d1533872c7cb9d27969cec685f",
"source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/maisi_ct_generative/versions/0.4.6/files/maisi_ct_generative_v0.4.6.zip"
}
}

0 comments on commit f2a5c1a

Please sign in to comment.