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
| name: dalle | |
| channels: | |
| - defaults | |
| dependencies: | |
| - python=3.9.5 | |
| - pip=21.1.3 | |
| - ipython=7.22.0 | |
| - cudatoolkit | |
| - pip: | |
| - -r requirements.txt | |