How to use TheBloke/WizardMath-7B-V1.0-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/WizardMath-7B-V1.0-GGML", dtype="auto")