Instructions to use openai/imagegpt-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/imagegpt-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openai/imagegpt-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened about 2 years ago
by
SFconvertbot
Sample code doesnt work
1
#1 opened almost 3 years ago
by
LemonScript