Skip to content

Commit 85054c5

Browse files
Update sub-packages/bionemo-scdl/src/bionemo/scdl/data/load.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: polinabinder1 <pbinder@nvidia.com>
1 parent f5e0d2b commit 85054c5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • sub-packages/bionemo-scdl/src/bionemo/scdl/data

sub-packages/bionemo-scdl/src/bionemo/scdl/data/load.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)