.. _models_llm_qwq-32b: ======================================== QwQ-32B ======================================== - **Context Length:** 131072 - **Model Name:** QwQ-32B - **Languages:** en, zh - **Abilities:** chat, reasoning, tools - **Description:** QwQ is the reasoning model of the Qwen series. Compared with conventional instruction-tuned models, QwQ, which is capable of thinking and reasoning, can achieve significantly enhanced performance in downstream tasks, especially hard problems. QwQ-32B is the medium-sized reasoning model, which is capable of achieving competitive performance against state-of-the-art reasoning models, e.g., DeepSeek-R1, o1-mini. Specifications ^^^^^^^^^^^^^^ Model Spec 1 (pytorch, 32 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** pytorch - **Model Size (in billions):** 32 - **Quantizations:** none - **Engines**: vLLM, Transformers, SGLang - **Model ID:** Qwen/QwQ-32B - **Model Hubs**: `Hugging Face `__, `ModelScope `__ Execute the following command to launch the model, remember to replace ``${quantization}`` with your chosen quantization method from the options listed above:: xinference launch --model-engine ${engine} --model-name QwQ-32B --size-in-billions 32 --model-format pytorch --quantization ${quantization} Model Spec 2 (awq, 32 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** awq - **Model Size (in billions):** 32 - **Quantizations:** Int4 - **Engines**: vLLM, Transformers, SGLang - **Model ID:** Qwen/QwQ-32B-AWQ - **Model Hubs**: `Hugging Face `__, `ModelScope `__ Execute the following command to launch the model, remember to replace ``${quantization}`` with your chosen quantization method from the options listed above:: xinference launch --model-engine ${engine} --model-name QwQ-32B --size-in-billions 32 --model-format awq --quantization ${quantization} Model Spec 3 (mlx, 32 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** mlx - **Model Size (in billions):** 32 - **Quantizations:** 3bit, 4bit, 6bit, 8bit, bf16 - **Engines**: MLX - **Model ID:** mlx-community/QwQ-32B-{quantization} - **Model Hubs**: `Hugging Face `__, `ModelScope `__ Execute the following command to launch the model, remember to replace ``${quantization}`` with your chosen quantization method from the options listed above:: xinference launch --model-engine ${engine} --model-name QwQ-32B --size-in-billions 32 --model-format mlx --quantization ${quantization} Model Spec 4 (ggufv2, 32 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** ggufv2 - **Model Size (in billions):** 32 - **Quantizations:** fp16, q4_k_m, q5_0, q5_k_m, q6_k, q8_0 - **Engines**: vLLM, llama.cpp - **Model ID:** Qwen/QwQ-32B-GGUF - **Model Hubs**: `Hugging Face `__, `ModelScope `__ Execute the following command to launch the model, remember to replace ``${quantization}`` with your chosen quantization method from the options listed above:: xinference launch --model-engine ${engine} --model-name QwQ-32B --size-in-billions 32 --model-format ggufv2 --quantization ${quantization}