initial commit 1e584d6 verified
Roopak Nijhara commited on
How to use AppertureAI/kotak-lora with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AppertureAI/kotak-lora", device_map="auto")