File size: 120 Bytes
4b95202
24a09c9
4b95202
 
24a09c9
1
2
3
4
5
6
from transformers import AutoModel

checkpoint = "meta-llama/Llama-2-7b"
model = AutoModel.from_pretrained(checkpoint)