Upload IMG_2394.jpeg

#28
by Itsvijay12 - opened

Load model directly

from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1", trust_remote_code=True)

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment