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 "Kaoeiri/Qwenwify2.5-32B-v4.71-ED" \
    --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": "Kaoeiri/Qwenwify2.5-32B-v4.71-ED",
		"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 "Kaoeiri/Qwenwify2.5-32B-v4.71-ED" \
        --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": "Kaoeiri/Qwenwify2.5-32B-v4.71-ED",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using Qwen/Qwen2.5-32B-Instruct as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Kaoeiri/Qwenwify-32B-v3
    parameters:
      weight: 1.0
      density: 0.86
  - model: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
    parameters:
      weight: 0.50
      density: 0.42
  - model: Sao10K/32B-Qwen2.5-Kunou-v1
    parameters:
      weight: 0.30
      density: 0.75
  - model: Dans-DiscountModels/Qwen2.5-32B-ChatML
    parameters:
      weight: 0.10
      density: 0.65
  - model: OpenBuddy/openbuddy-qwq-32b-v24.2-200k
    parameters:
      weight: 0.25
      density: 0.75
  - model: Saxo/Linkbricks-Horizon-AI-Japanese-Base-32B
    parameters:
      weight: 0.20
      density: 0.82
  - model: allura-org/Qwen2.5-32b-RP-Ink
    parameters:
      weight: 0.28
      density: 0.78
  - model: AiCloser/Qwen2.5-32B-AGI
    parameters:
      weight: 0.12
      density: 0.68
  - model: huihui-ai/QwQ-32B-Preview-abliterated
    parameters:
      weight: 0.14
      density: 0.65
  - model: huihui-ai/Qwen2.5-32B-Instruct-abliterated
    parameters:
      weight: 0.23
      density: 0.75

merge_method: dare_ties
base_model: Qwen/Qwen2.5-32B-Instruct
parameters:
  density: 0.90
  epsilon: 0.07
  lambda: 1.35
random_seed: 42
dtype: bfloat16
tokenizer_source: union
Downloads last month
5
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Kaoeiri/Qwenwify2.5-32B-v4.71-ED

Papers for Kaoeiri/Qwenwify2.5-32B-v4.71-ED