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