Instructions to use Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF 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/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF: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/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF: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/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF: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/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M
Use Docker
docker model run hf.co/Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF with Ollama:
ollama run hf.co/Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M
- Unsloth Studio
How to use Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF 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/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF 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/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF to start chatting
- Docker Model Runner
How to use Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF with Docker Model Runner:
docker model run hf.co/Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M
- Lemonade
How to use Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Andycurrent/DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF:Q4_K_M
Run and chat with the model
lemonade run user.DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored_GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
DarkIdol โ Llama 3.1 8B Instruct 1.3_Uncensored
This repository contains the DarkIdol-Llama-3.1-8B-Instruct-1.3-Uncensored model โ an instruction-oriented 8B parameter variant designed for users who want a highly responsive, lightly-restricted assistant for offline or local workflows.
Model Overview
- Model Name: DarkIdol โ Llama 3.1 8B Instruct 1.3
- Base Architecture: Meta Llama-3.1 (8B parameters)
- Developer / Maintainer: aifeifei798
- License: Follows the licensing terms of the original Llama-3.1 model
- Intended Use: Local deployments where users want tight control over alignment, filter behavior, and conversational style
What is DarkIdol?
DarkIdol is part of a series of locally-focused instruction-tuned language models that emphasize: User-directed alignment Minimal artificial guardrails High responsiveness in conversational and reasoning tasks Strong support for multi-step thinking and long interactions
This version (1.3) aims to provide an assistant that feels adaptable and direct, suited for power users, tinkerers, developers, and those running LLMs privately.
Chat Template & Conversation Format
The model uses a ChatML-like interaction structure:
<|im_start|>system
{system message}
<|im_end|>
<|im_start|>user
{your prompt here}
<|im_end|>
<|im_start|>assistant
This template provides clean separation between roles and improves controllability during conversation.
Key Features & Capabilities
- Instruction-tuned for concise, user-aligned responses
- Uncensored behavioural tuning for flexible, research-friendly use
- Effective at conversational, creative, and reasoning tasks
- Supports locally controlled alignment and personality shaping
- Suitable for a wide range of runtimes, including CPU and GPU inference tools
- Stable output patterns for long and complex dialogues
Intended Use Cases
- Local assistant frameworks โ general chat, role-play systems, personal productivity
- Coding helper โ explanations, snippets, small-scale debugging
- Reasoning tasks โ step-by-step answers, structured problem solving
- Experimentation โ alignment research, prompt engineering, uncensored model behavior studies
- Offline / private deployments โ scenarios where user control and data locality matter
Acknowledgements
Special thanks to: The creators and maintainers of the base Llama-3.1 architecture The open-source ecosystems supporting training, quantization, and deployment Community contributors who provide feedback and testing across diverse hardware setups
- Downloads last month
- 556
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
16-bit