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 "rootxhacker/Apollo_v2-32B" \
    --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": "rootxhacker/Apollo_v2-32B",
		"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 "rootxhacker/Apollo_v2-32B" \
        --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": "rootxhacker/Apollo_v2-32B",
		"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 Model Stock 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: Qwen/QwQ-32B-Preview #logic
  - model: huihui-ai/QwQ-32B-Preview-abliterated #uncensored
  - model: Qwen/Qwen2.5-32B #text generation
  - model: Qwen/Qwen2.5-32B-Instruct #chat assistant
  - model: Qwen/Qwen2.5-Coder-32B #coding
  - model: fblgit/TheBeagle-v2beta-32B-MGS #math
  - model: tanliboy/lambda-qwen2.5-32b-dpo-test #dpo
  - model: allura-org/Qwen2.5-32b-RP-Ink # RP
merge_method: model_stock
base_model: Qwen/Qwen2.5-32B-Instruct
normalize: true
int8_mask: true
dtype: bfloat16
Downloads last month
8
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with rootxhacker/Apollo_v2-32B.

Model tree for rootxhacker/Apollo_v2-32B

Base model

Qwen/Qwen2.5-32B
Finetuned
(1218)
this model
Quantizations
2 models

Paper for rootxhacker/Apollo_v2-32B