Launching af2 nim fails at search for mgnify dataset.
LOCAL_NM_CACHE dir set and data downloaded without error.
Do I need to set an env var for the base dataset directory?
e.g. --env DATASETDIR=/opt/nim/.cache/ngc/hub/models–nim–deepmind–alphafold2-data/snapshots/1.2.0
…
2025-03-26T17:48:38.442026Z INFO nim_hub_ngc::api::tokio::builder: ngc configured with api_loc: api.ngc.nvidia.com auth_loc: authn.nvidia.com scheme: https
2025-03-26T17:48:38.442604Z INFO nim_hub_ngc: File: pdb70/pdb70_hhm.ffdata found in cache: “/opt/nim/.cache/ngc/hub/models–nim–deepmind–alphafold2-data/snapshots/1.2.0/pdb70/pdb70_hhm.ffdata”
2025-03-26T17:48:38.442618Z INFO nim_hub_ngc::api::tokio::public: Skipping download, using cached copy of file: pdb70/pdb70_hhm.ffdata at path: “/opt/nim/.cache/ngc/hub/models–nim–deepmind–alphafold2-data/snapshots/1.2.0/pdb70/pdb70_hhm.ffdata”
Traceback (most recent call last):
File “/usr/local/lib/python3.10/dist-packages/nimlib/nim_sdk.py”, line 339, in download_models
workspace.validate_path(
Exception: file: file not found: mgnify/mgy_clusters_2022_05.fa
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/local/bin/start_server”, line 8, in
sys.exit(main())
File “/usr/local/lib/python3.10/dist-packages/nimlib/start_server.py”, line 64, in main
nimutils.download_models(model_manifest)
File “/usr/local/lib/python3.10/dist-packages/nimlib/nimutils.py”, line 46, in download_models
model_manifest.download_models()
File “/usr/local/lib/python3.10/dist-packages/nimlib/nim_sdk.py”, line 344, in download_models
raise ManifestDownloadError(f"Error downloading manifest: {err}") from err
nimlib.exceptions.ManifestDownloadError: Error downloading manifest: file: file not found: mgnify/mgy_clusters_2022_05.fa