Instructions to use AvaLovelace/BrickGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AvaLovelace/BrickGPT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AvaLovelace/BrickGPT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update pipeline tag and add project page
#1
by nielsr HF Staff - opened
This PR updates the pipeline tag to text-to-3d and adds the project page URL to the model card.
AvaLovelace changed pull request status to merged