Instructions to use Andycurrent/Dolphin3.0-Llama3.1-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Andycurrent/Dolphin3.0-Llama3.1-8B with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Andycurrent/Dolphin3.0-Llama3.1-8B", filename="Dolphin3.0-Llama3.1-8B_F16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Andycurrent/Dolphin3.0-Llama3.1-8B with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M # Run inference directly in the terminal: llama cli -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M # Run inference directly in the terminal: llama cli -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
Use Docker
docker model run hf.co/Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Andycurrent/Dolphin3.0-Llama3.1-8B with Ollama:
ollama run hf.co/Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
- Unsloth Studio
How to use Andycurrent/Dolphin3.0-Llama3.1-8B with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Andycurrent/Dolphin3.0-Llama3.1-8B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Andycurrent/Dolphin3.0-Llama3.1-8B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Andycurrent/Dolphin3.0-Llama3.1-8B to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Andycurrent/Dolphin3.0-Llama3.1-8B with Docker Model Runner:
docker model run hf.co/Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
- Lemonade
How to use Andycurrent/Dolphin3.0-Llama3.1-8B with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Andycurrent/Dolphin3.0-Llama3.1-8B:Q4_K_M
Run and chat with the model
lemonade run user.Dolphin3.0-Llama3.1-8B-Q4_K_M
List all available models
lemonade list
Dolphin 3.0 – Llama 3.1 8B_GGUF
This repository hosts the Quantized versions of Dolphin 3.0 – Llama 3.1 8B uncensored model, an instruct-tuned 8 billion-parameter model designed for versatile local use coding, general reasoning, conversational assistance, agentic workflows and more.
Model Overview
- Model Name: Dolphin 3.0 – Llama 3.1 8B
- Base Architecture: Meta Llama‑3.1, 8 billion parameters (8 B)
- Developer / Curator: Cognitive Computations (Curated & trained by Eric Hartford, Ben Gitter, BlouseJury)
- License: Llama 3.1 License (inherits from base model)
- Intended Use: General-purpose, local deployment model instruction following, conversation, coding, function-calling, agentic behaviour.
What is Dolphin?
Dolphin is a series of instruction-tuned large language models built for local use and full user control. Dolphin 3.0 aims to be the “ultimate general-purpose local model,” supporting:
- Coding tasks (multiple programming languages)
- Mathematical reasoning
- Function‐calling and agentic workflows
- Conversational and chat-assistant scenarios
- Custom alignment and system-prompt steering
Chat Template & System Prompt
This model uses the ChatML format for interactions:
<|im_start|>system
You are Dolphin, a helpful AI assistant.
<|im_end|>
<|im_start|>user
{your prompt here}
<|im_end|>
<|im_start|>assistant
Key Features & Capabilities
- Strong instruction-following across coding, mathematics, reasoning & conversation
- Function calling/agentic workflow support (via specified templates and runtime)
- Designed for local deployment, ensuring user control over alignment, prompts and data
- Supports long context windows (depending on runtime and variant)
- Tuned for adaptivity: deploy as coding tool, tutor, assistant, or domain-specific agent
Intended Use Cases
- Coding assistant — multi-language code generation, debugging, refactoring
- Mathematical & scientific reasoning — step-by-step problem solving
- Chat/assistant prototype — customizable assistant for your domain
- Agentic workflows — integrate function calling toolbox, tool‐use, chain-of-thought
- Local/private deployment — on-premises or edge use, minimizing external data exposure
Acknowledgements
Special thanks to:
- Crusoe Cloud, Akash, Lazarus, Cerebras for hardware/training support
- The open-source datasets and foundational work by Meta, Qwen, OpenCoder, etc.
- The broader open-source community enabling deployment, quantization and local inference ecosystems.
Contact & Support
- For issues, questions or community discussion: see the model’s Hugging Face discussions page: [https://huggingface.co/dphn/Dolphin3.0-Llama3.1-8B/discussions]
- You may also join the Discord community: [https://discord.gg/cognitivecomputations]
- Downloads last month
- 1,587
4-bit
5-bit
6-bit
8-bit
16-bit