MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / _get_ngc_private_base_url

Function _get_ngc_private_base_url

monai/bundle/scripts.py:178–179  ·  view source on GitHub ↗
(repo: str)

Source from the content-addressed store, hash-verified

176
177
178def _get_ngc_private_base_url(repo: str) -> str:
179 return f"https://api.ngc.nvidia.com/v2/{repo}/models"
180
181
182def _get_ngc_private_bundle_url(model_name: str, version: str, repo: str) -> str:

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…