Instructions to use Naphula/Dark-World-24B-v1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Naphula/Dark-World-24B-v1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Naphula/Dark-World-24B-v1-GGUF", dtype="auto") - llama-cpp-python
How to use Naphula/Dark-World-24B-v1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Naphula/Dark-World-24B-v1-GGUF", filename="Dark-World-24B-v1-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Naphula/Dark-World-24B-v1-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Naphula/Dark-World-24B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Naphula/Dark-World-24B-v1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Naphula/Dark-World-24B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Naphula/Dark-World-24B-v1-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 Naphula/Dark-World-24B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Naphula/Dark-World-24B-v1-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 Naphula/Dark-World-24B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Naphula/Dark-World-24B-v1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Naphula/Dark-World-24B-v1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Naphula/Dark-World-24B-v1-GGUF with Ollama:
ollama run hf.co/Naphula/Dark-World-24B-v1-GGUF:Q4_K_M
- Unsloth Studio
How to use Naphula/Dark-World-24B-v1-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 Naphula/Dark-World-24B-v1-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 Naphula/Dark-World-24B-v1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Naphula/Dark-World-24B-v1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Naphula/Dark-World-24B-v1-GGUF with Docker Model Runner:
docker model run hf.co/Naphula/Dark-World-24B-v1-GGUF:Q4_K_M
- Lemonade
How to use Naphula/Dark-World-24B-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Naphula/Dark-World-24B-v1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Dark-World-24B-v1-GGUF-Q4_K_M
List all available models
lemonade list
Dark World 24B v1 GGUF
A creative, evil, and uncensored merge.
The Dark World is an alternate version of the human universe (the Normal World, or Light World) where biomechanical creatures (known as Dark Worlders) dwell. Every building or individual in the Normal World has another version of themselves in the Dark World.
The Dark World has always existed since the Normal World came into existence, as a negative counterpart of sorts. It exists as a "dark side" of the Normal World: what humans would consider insane, the Dark Worlders see as sane; what humans perceive to be painful, Dark Worlders see as pleasurable. Those counterparts which are absent have either been lost through time or catastrophe. Events in either world can affect events in its counterpart - especially electromagnetic correlations.
The sun never shines in the Dark World, but there still exists a concept of "day" and "night" within. While humans are unable to discern this, Dark Worlders are able to tell. However, few Dark Worlders concern themselves with temporal ideas of day or night, save for the soldiers and sentries.
In their relationship to humans, the Dark Worlders can range from friendly (such as the Keeper of the Scrolls) to hostile (Drekketh Guard). The vast majority of Dark Worlders wish to live in peaceful coexistence with Normal Worlders. Though Normal World visitors are rare, a few have managed over the centuries to find portals to the Dark World. By contrast, Dark Worlders are not able to cross into the Normal World, as they need the chaos of their world in order to exist.
architecture: MistralForCausalLM
merge_method: karcher
dtype: bfloat16
models:
- model: Naphula/BeaverAI_Fallen-Mistral-Small-3.1-24B-v1e_textonly
- model: Naphula/Evilmind-24B-v1
- model: TheDrummer/Magidonia-24B-v4.2.0
- model: trashpanda-org/MS3.2-24B-Mullein-v2
parameters:
tokenizer:
source: union
chat_template: auto
- Downloads last month
- 37
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
