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 "DoppelReflEx/Mimicore-GreenSnake-22B" \
    --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": "DoppelReflEx/Mimicore-GreenSnake-22B",
		"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 "DoppelReflEx/Mimicore-GreenSnake-22B" \
        --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": "DoppelReflEx/Mimicore-GreenSnake-22B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

What is this?

Another 22B model. Decent, I think? I tested with Q4_K_S, so can't tell the real performance of it. The choice is your! Enjoy!

Template: Mistral, specific is Mistral V3, don't use V3-Tekken. If you occurs of model start talking for you, you should use ChatML.

Merge Detail

### Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: knifeayumu/Cydonia-v1.2-Magnum-v4-22B
  - model: Steelskull/MSM-MS-Cydrion-22B
merge_method: slerp
base_model: knifeayumu/Cydonia-v1.2-Magnum-v4-22B
parameters:
  t: [0.1, 0.2, 0.4, 0.6, 0.6, 0.4, 0.2, 0.1]
dtype: bfloat16
tokenizer_source: base

Downloads last month
5
Safetensors
Model size
22B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DoppelReflEx/Mimicore-GreenSnake-22B

Collection including DoppelReflEx/Mimicore-GreenSnake-22B