Instructions to use nvidia/DAM-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Describe Anything
How to use nvidia/DAM-3B with Describe Anything:
# pip install git+https://github.com/NVlabs/describe-anything from huggingface_hub import snapshot_download from dam import DescribeAnythingModel snapshot_download(nvidia/DAM-3B, local_dir="checkpoints") dam = DescribeAnythingModel( model_path="checkpoints", conv_mode="v1", prompt_mode="focal_prompt", )
- Notebooks
- Google Colab
- Kaggle
Adding library_name to model card
#3
by sergiopaniego HF Staff - opened
Hi!
Sergio from the HF team here π. We've noticed that the Describe Anything collection is missing the library_name (library).
To help users discover the models more easily, I'm adding the library_name. It would be great to have it updated for the rest of the collection as well!
I've created a PR to add the library to the supported libraries list. Feel free to make the updates directly next time π
Thanks!
smajumdar94 changed pull request status to merged