File tree Expand file tree Collapse file tree
sub-packages/bionemo-scdl/src/bionemo/scdl/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -343,12 +343,12 @@ def load(
343343) -> Path :
344344 """Download a resource from PBSS or NGC.
345345
346- Args:
347- model_or_data_tag: A pointer to the desired resource. Must be a key in the resources dictionary.
348- source: Either "pbss" (NVIDIA-internal download ) or "ngc" (NVIDIA GPU Cloud ). Defaults to "pbss".
349- resources: A custom dictionary of resources. If None, the default resources will be used. (Mostly for testing.)
350- cache_dir: The directory to store downloaded files. Defaults to BIONEMO_CACHE_DIR . (Mostly for testing.)
351-
346+ Args:
347+ model_or_data_tag: A pointer to the desired resource. Must be a key in the resources dictionary.
348+ source: Either "pbss" (NVIDIA-internal) or "ngc" (NGC ). Defaults to DEFAULT_SOURCE
349+ (from environment variable BIONEMO_DATA_SOURCE; defaults to "ngc").
350+ resources: A custom dictionary of resources. If None, the default resources will be used . (Mostly for testing.)
351+ cache_dir: The directory to store downloaded files. Defaults to BIONEMO_CACHE_DIR. (Mostly for testing.)
352352 Raises:
353353 ValueError: If the desired tag was not found, or if an NGC url was requested but not provided.
354354
You can’t perform that action at this time.
0 commit comments