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
Any plan to support Tensorflow?
#1
by Donglin - opened
Is there any plan to support Tensorflow?
cc @valhalla
While the people who are still actively developing it can say more about it, we did not have any plans to support TF. We developed it using JAX/Flax, as these were the best fit.
If anyone has anything new to add, they can reopen this.
ritog changed discussion status to closed