Instructions to use TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3
by rombodawg - opened
fixed error with dataset tag
TheBloke changed pull request status to merged