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

Unhinged Qwen2 Logo

Unhinged-Qwen2-70B

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

Thanks to mradermacher for providing the quants for this model.

Merge Details

Merge Method

This model was merged using the TIES merge method using migtissera/Tess-v2.5.2-Qwen2-72B as a base.

Models Merged

The following models were included in the merge:

  • cognitivecomputations/dolphin-2.9.2-qwen2-72b
  • migtissera/Tess-v2.5.2-Qwen2-72B

Configuration

The following YAML configuration was used to produce this model:

base_model: migtissera/Tess-v2.5.2-Qwen2-72B
dtype: bfloat16
merge_method: ties
parameters:
  int8_mask: 1.0
  normalize: 0.0
slices:
- sources:
  - layer_range: [0, 80]
    model: cognitivecomputations/dolphin-2.9.2-qwen2-72b
    parameters:
      density: 0.5
      weight: 0.5
  - layer_range: [0, 80]
    model: migtissera/Tess-v2.5.2-Qwen2-72B
    parameters:
      density: 0.5
      weight: 0.5
Downloads last month
30
Safetensors
Model size
73B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with FiditeNemini/Unhinged-Qwen2-72B.

Model tree for FiditeNemini/Unhinged-Qwen2-72B

Finetuned
(1)
this model
Quantizations
2 models

Paper for FiditeNemini/Unhinged-Qwen2-72B