glm4-0414#

  • Context Length: 32768

  • Model Name: glm4-0414

  • Languages: en, zh

  • Abilities: chat, tools

  • Description: The GLM family welcomes new members, the GLM-4-32B-0414 series models, featuring 32 billion parameters. Its performance is comparable to OpenAI’s GPT series and DeepSeek’s V3/R1 series

Specifications#

Model Spec 1 (pytorch, 9 Billion)#

  • Model Format: pytorch

  • Model Size (in billions): 9

  • Quantizations: none

  • Engines: Transformers

  • Model ID: THUDM/GLM-4-9B-0414

  • 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 glm4-0414 --size-in-billions 9 --model-format pytorch --quantization ${quantization}

Model Spec 2 (pytorch, 32 Billion)#

  • Model Format: pytorch

  • Model Size (in billions): 32

  • Quantizations: none

  • Engines: Transformers

  • Model ID: THUDM/GLM-4-32B-0414

  • 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 glm4-0414 --size-in-billions 32 --model-format pytorch --quantization ${quantization}