We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b127ed + 3fb64ee commit 79906b2Copy full SHA for 79906b2
monai/deploy/operators/monai_bundle_inference_operator.py
@@ -62,6 +62,7 @@ def get_bundle_config(bundle_path, config_names):
62
Gets the configuration parser from the specified Torchscript bundle file path.
63
"""
64
65
+
66
bundle_suffixes = (".json", ".yaml", ".yml") # The only supported file ext(s)
67
config_folder = "extra"
68
0 commit comments