How to use ryo0634/tiny-lm-4bit-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ryo0634/tiny-lm-4bit-lora", dtype="auto")