Instructions to use TheBloke/MPT-7B-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/MPT-7B-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/MPT-7B-GGML", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Create config.json (#3)
Browse files- Create config.json (a442f1ebdc854b084b7a42078367bef6e4c69a8b)
Co-authored-by: Ravindra Marella <marella@users.noreply.huggingface.co>