Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ryanrey
/
dolpmistral
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
244a784
dolpmistral
/
app.py
ryanrey
Create app.py
244a784
verified
7 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
# Load model directly
from
transformers
import
AutoModel
model = AutoModel.from_pretrained(
"TheBloke/dolphin-2.5-mixtral-8x7b-GGUF"
)