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