Instructions to use flax-community/dalle-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/dalle-mini with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("flax-community/dalle-mini") model = AutoModelForSeq2SeqLM.from_pretrained("flax-community/dalle-mini") - Notebooks
- Google Colab
- Kaggle
Checkpoint dimensionality error: mismation tensor dimensions
#2
by PsVenom - opened
How to run the model? Is there any reference?
