magnufucent / app.py
steven1015's picture
Create app.py
87da0b7 verified
raw
history blame
127 Bytes
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("anthracite-org/magnum-v4-12b-gguf")