GGUF
qwen3
conversational
Qwen3-32B-GGUF / README.md
apepkuss79's picture
Upload README.md with huggingface_hub
1534de4 verified
|
raw
history blame
3.62 kB
metadata
base_model: Qwen/Qwen3-32B
license: other
license_name: qwen-research
license_link: https://huggingface.co/Qwen/Qwen3-32B/blob/main/LICENSE
model_creator: Qwen
model_name: Qwen3-32B
quantized_by: Second State Inc.

Qwen3-32B-GGUF

Original Model

Qwen/Qwen3-32B

Run with LlamaEdge

  • LlamaEdge version: coming soon
  • Prompt template

    • Prompt type: chatml
  • Context size: 128000

  • Run as LlamaEdge service

    wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen3-32B-Q5_K_M.gguf \
      llama-api-server.wasm \
      --model-name Qwen3-32B \
      --prompt-template chatml \
      --ctx-size 128000
    

Quantized with llama.cpp b5097