Instructions to use barnybug/stack-llama-2-ggml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use barnybug/stack-llama-2-ggml with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("barnybug/stack-llama-2-ggml", dtype="auto") - Notebooks
- Google Colab
- Kaggle