Instructions to use WizardLMTeam/WizardCoder-15B-V1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WizardLMTeam/WizardCoder-15B-V1.0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WizardLMTeam/WizardCoder-15B-V1.0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
question about text-generation
#10
by sunzx0810 - opened
We meet an error 'list index out of range' while input question in local model, but it works well both on demo and text-generation webui, which is running the same code. I am very confused about it. I found that the answer will repeat the input question and it will also be counted in the token limits so as to raise error, But why does it work on webui or demo?