How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("DaizeDong/GraphsGPT-2W", dtype="auto")
Quick Links