Instructions to use BAAI/Emu3-Gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/Emu3-Gen with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("BAAI/Emu3-Gen", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add "any-to-any" pipeline tag
#4
by nielsr HF Staff - opened
We recently added support for https://huggingface.co/models?pipeline_tag=any-to-any, would be great to update the Emu models with this tag :)
Cheers,
Niels
ryanzhangfan changed pull request status to merged