Text Generation
GGUF
Merge
conversational
How to use from
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 QuantFactory/Violet_Twilight-v0.1-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Violet_Twilight-v0.1-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/Violet_Twilight-v0.1-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Violet_Twilight-v0.1-GGUF:
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 QuantFactory/Violet_Twilight-v0.1-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Violet_Twilight-v0.1-GGUF:
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 QuantFactory/Violet_Twilight-v0.1-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Violet_Twilight-v0.1-GGUF:
Use Docker
docker model run hf.co/QuantFactory/Violet_Twilight-v0.1-GGUF:
Quick Links

QuantFactory/Violet_Twilight-v0.1-GGUF

This is quantized version of Epiculous/Violet_Twilight-v0.1 created using llama.cpp

Original Model Card

image/png

Now for something a bit different, Violet_Twilight! This model is a SLERP merge of Azure_Dusk and Crimson_Dawn!

Quants!

full / exl2 / gguf

Prompting

Violet_Twilight's models were trained with the Mistral Instruct template, therefore it should be prompted in a similar way that you would prompt any other mistral based model.

"<s>[INST] Prompt goes here [/INST]<\s>"

Context and Instruct

Magnum-123B-Context.json
Magnum-123B-Instruct.json
*** NOTE ***
There have been reports of the quantized model misbehaving with the mistral prompt, if you are seeing issues it may be worth trying ChatML Context and Instruct templates. If you are using GGUF I strongly advise using ChatML, for some reason that quantization performs better using ChatML.

Current Top Sampler Settings

Violet_Twilight-Nitral-Special- Considered the best settings!
Crimson_Dawn-Nitral-Special
Crimson_Dawn-Magnum-Style

Tokenizer

If you are using SillyTavern, please set the tokenizer to API (WebUI/ koboldcpp)

Merging

The following config was used to merge Azure Dusk and Crimson Dawn

slices:
  - sources:
      - model: Epiculous/Azure_Dusk-v0.1
        layer_range: [0, 40]
      - model: Epiculous/Crimson_Dawn-V0.1
        layer_range: [0, 40]
merge_method: slerp
base_model: Epiculous/Azure_Dusk-v0.1
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5 # fallback for rest of tensors
dtype: bfloat16
Downloads last month
154
GGUF
Model size
12B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support