.. _models_llm_deepseek-v3.2: ======================================== DeepSeek-V3.2 ======================================== - **Context Length:** 163840 - **Model Name:** DeepSeek-V3.2 - **Languages:** en, zh - **Abilities:** chat, reasoning, hybrid, tools - **Description:** We introduce DeepSeek-V3.2, a model that harmonizes high computational efficiency with superior reasoning and agent performance Specifications ^^^^^^^^^^^^^^ Model Spec 1 (pytorch, 671 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** pytorch - **Model Size (in billions):** 671 - **Quantizations:** none - **Engines**: vLLM, Transformers - **Model ID:** deepseek-ai/DeepSeek-V3.2 - **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 DeepSeek-V3.2 --size-in-billions 671 --model-format pytorch --quantization ${quantization} Model Spec 2 (awq, 671 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** awq - **Model Size (in billions):** 671 - **Quantizations:** Int4 - **Engines**: vLLM, Transformers - **Model ID:** QuantTrio/DeepSeek-V3.2-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 DeepSeek-V3.2 --size-in-billions 671 --model-format awq --quantization ${quantization}