How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "DarkArtsForge/Asmodeus-24B-v3" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "DarkArtsForge/Asmodeus-24B-v3",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "DarkArtsForge/Asmodeus-24B-v3" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "DarkArtsForge/Asmodeus-24B-v3",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

⚠️ Warning: This model can produce narratives and RP that contain violent and graphic erotic content. Adjust your system prompt accordingly, and use Mistral Tekken chat template.

Asmodeus-24B

👺 Asmodeus 24B v3

Asmodeus

👹 Infernal Invocation

“A truly sublime dominion is forged not with force, but in seducing souls into believing they achieve apotheosis by willingly surrendering everything to your will. ” - Asmodeus

This is a fully uncensored and articulate merge of pre-trained language models, summoned into existence with mergekit.

This model was merged using the following merge method: flux

Observations:
  • Asmodeus has zero refusals. No jailbreaks or ablations are required. This model is capable of generating evil, graphic and NSFW content.
  • Temp and Top NSigma set to 0.5-1.25 should improve creativity and quality.
  • See the Updated Settings page for additional recommended settings.
  • This model works best with the Mistral Tekken chat template.
Asmodeus Asmodeus Asmodeus

🔥 Hellforged Parameters

The following edict was used to forge this entity:
architecture: MistralForCausalLM
models:
  - model: B:/24B/Doppelganger-Twist-24B
  - model: B:/24B/Goetia-24B-v1.4
  - model: B:/24B/Ouroboros-24B-v1.4
  - model: B:/24B/DarkArtsForge--Morbid-Miasma-24B
merge_method: flux
parameters:
  phi: 0.5
  eta: 1.2
  tol: 1.0e-9
  max_iter: 1000
  kappa: 0.8
  mu: 0.5
dtype: float32
out_dtype: bfloat16
tokenizer:
  source: union
chat_template: auto
name: 👺 Asmodeus 24B v3

Quantizations:
Thanks to team mradermacher and others for providing quantizations.
Downloads last month
251
Safetensors
Model size
24B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DarkArtsForge/Asmodeus-24B-v3

Collection including DarkArtsForge/Asmodeus-24B-v3