.. _models_llm_orion-chat: ======================================== orion-chat ======================================== - **Context Length:** 4096 - **Model Name:** orion-chat - **Languages:** en, zh - **Abilities:** chat - **Description:** Orion-14B series models are open-source multilingual large language models trained from scratch by OrionStarAI. Specifications ^^^^^^^^^^^^^^ Model Spec 1 (pytorch, 14 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** pytorch - **Model Size (in billions):** 14 - **Quantizations:** none, 4-bit, 8-bit - **Engines**: vLLM, Transformers (vLLM only available for quantization none) - **Model ID:** OrionStarAI/Orion-14B-Chat - **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 orion-chat --size-in-billions 14 --model-format pytorch --quantization ${quantization} Model Spec 2 (awq, 14 Billion) ++++++++++++++++++++++++++++++++++++++++ - **Model Format:** awq - **Model Size (in billions):** 14 - **Quantizations:** Int4 - **Engines**: vLLM, Transformers - **Model ID:** OrionStarAI/Orion-14B-Chat-{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 orion-chat --size-in-billions 14 --model-format awq --quantization ${quantization}