.. _models_llm_skywork-math: ======================================== Skywork-Math ======================================== - **Context Length:** 4096 - **Model Name:** Skywork-Math - **Languages:** en, zh - **Abilities:** generate - **Description:** Skywork is a series of large models developed by the Kunlun Group ยท Skywork team. Specifications ^^^^^^^^^^^^^^ Model Spec 1 (pytorch, 13 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** pytorch - **Model Size (in billions):** 13 - **Quantizations:** none - **Engines**: Transformers - **Model ID:** skywork/Skywork-13B-Math - **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 Skywork-Math --size-in-billions 13 --model-format pytorch --quantization ${quantization}