XL_gradio_space / app.py
KevinXiong2022's picture
Update app.py
4b95202
raw
history blame contribute delete
120 Bytes
from transformers import AutoModel
checkpoint = "meta-llama/Llama-2-7b"
model = AutoModel.from_pretrained(checkpoint)