loreguard-vanilla-gguf
21
llama
by
beyond-logic-labs
Language Model
OTHER
8B params
New
21 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
18GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
8GB+ RAM
Code Examples
Quick Startbash
# Download
huggingface-cli download beyond-logic-labs/loreguard-vanilla-gguf \
loreguard-vanilla-UD-Q6_K.gguf --local-dir ./models
# Run server
llama-server -m ./models/loreguard-vanilla-UD-Q6_K.gguf \
-c 8192 --port 8080Run serverbash
# Create Modelfile
cat > Modelfile << 'EOF'
FROM ./loreguard-vanilla-UD-Q6_K.gguf
PARAMETER temperature 0.7
PARAMETER top_p 0.9
EOF
# Create and run
ollama create loreguard-vanilla -f Modelfile
ollama run loreguard-vanillaDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.