How to use bgsach/WizardCoder-Python-7B-V1.0-ct2-int8 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bgsach/WizardCoder-Python-7B-V1.0-ct2-int8", dtype="auto")