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, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add "any-to-any" pipeline tag (#4)
Browse files- Add "any-to-any" pipeline tag (bf9de0d44a47d758c2a5539aabf46972a845e89f)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>