Spaces:
Runtime error
Runtime error
File size: 132 Bytes
244a784 |
1 2 3 |
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("TheBloke/dolphin-2.5-mixtral-8x7b-GGUF") |