Instructions to use TheBloke/WizardCoder-15B-1.0-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/WizardCoder-15B-1.0-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/WizardCoder-15B-1.0-GGML", dtype="auto") - Notebooks
- Google Colab
- Kaggle
How to configure text-generation-webui
#4
by Cometyang - opened
I got the following error while other models don't have such issue.
"error loading model: missing tok_embeddings.weight"
Is there anyone successfully using this model in text-generation-webui?
yes, I managed to run in koboldcpp, performance wise seems not very impressive, maybe needs more time to play