File size: 143 Bytes
329bd77
9ce6041
3c69672
329bd77
9ce6041
329bd77
 
1
2
3
4
5
6
7
8
import gradio as gr
from transformers import AutoModel
import torch

model = AutoModel.from_pretrained("SchizoDev/Llama3-8b-CunnyGPT-16bit")