Instructions to use apol/dalle-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apol/dalle-mini with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("apol/dalle-mini") model = AutoModelForSeq2SeqLM.from_pretrained("apol/dalle-mini", device_map="auto") - Notebooks
- Google Colab
- Kaggle
pushed from wandb artifact model-4oh3u7ca:v54
Browse files- flax_model.msgpack +1 -1
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1756329653
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:856b78e6e59f979e319eef43005e913bf2e94ced9e3e93d87d3675373cf0673d
|
| 3 |
size 1756329653
|