initial commit e0b0faf verified
Adithya Vardan commited on
How to use Phi2quant/AVMGPT with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Phi2quant/AVMGPT", dtype="auto")