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 f892967 + 79906b2 commit 677f748Copy full SHA for 677f748
monai/deploy/operators/monai_bundle_inference_operator.py
@@ -60,6 +60,7 @@ def get_bundle_config(bundle_path, config_names):
60
Gets the configuration parser from the specified Torchscript bundle file path.
61
"""
62
63
+
64
bundle_suffixes = (".json", ".yaml", ".yml") # The only supported file ext(s)
65
config_folder = "extra"
66
0 commit comments