Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

drawais
/
Qwen3-32B-AWQ-INT4

Text Generation
Safetensors
English
qwen3
quantized
4-bit precision
int4
conversational
awq
Model card Files Files and versions
xet
Community

Instructions to use drawais/Qwen3-32B-AWQ-INT4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Local Apps
  • vLLM

    How to use drawais/Qwen3-32B-AWQ-INT4 with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "drawais/Qwen3-32B-AWQ-INT4"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "drawais/Qwen3-32B-AWQ-INT4",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker
    docker model run hf.co/drawais/Qwen3-32B-AWQ-INT4
  • SGLang

    How to use drawais/Qwen3-32B-AWQ-INT4 with SGLang:

    Install from pip and serve model
    # Install SGLang from pip:
    pip install sglang
    # Start the SGLang server:
    python3 -m sglang.launch_server \
        --model-path "drawais/Qwen3-32B-AWQ-INT4" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "drawais/Qwen3-32B-AWQ-INT4",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
    Use Docker images
    docker run --gpus all \
        --shm-size 32g \
        -p 30000:30000 \
        -v ~/.cache/huggingface:/root/.cache/huggingface \
        --env "HF_TOKEN=<secret>" \
        --ipc=host \
        lmsysorg/sglang:latest \
        python3 -m sglang.launch_server \
            --model-path "drawais/Qwen3-32B-AWQ-INT4" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/chat/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "drawais/Qwen3-32B-AWQ-INT4",
    		"messages": [
    			{
    				"role": "user",
    				"content": "What is the capital of France?"
    			}
    		]
    	}'
  • Docker Model Runner

    How to use drawais/Qwen3-32B-AWQ-INT4 with Docker Model Runner:

    docker model run hf.co/drawais/Qwen3-32B-AWQ-INT4
Qwen3-32B-AWQ-INT4
19.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
drawais's picture
drawais
Add bench score (100/100/100)
fe4bb23 verified 10 days ago
  • .gitattributes
    1.57 kB
    Initial AWQ INT4 release 10 days ago
  • README.md
    1.34 kB
    Add bench score (100/100/100) 10 days ago
  • chat_template.jinja
    4.17 kB
    Initial AWQ INT4 release 10 days ago
  • config.json
    2.39 kB
    Initial AWQ INT4 release 10 days ago
  • generation_config.json
    213 Bytes
    Initial AWQ INT4 release 10 days ago
  • model-00001-of-00004.safetensors
    4.97 GB
    xet
    Initial AWQ INT4 release 10 days ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Initial AWQ INT4 release 10 days ago
  • model-00003-of-00004.safetensors
    4.95 GB
    xet
    Initial AWQ INT4 release 10 days ago
  • model-00004-of-00004.safetensors
    4.41 GB
    xet
    Initial AWQ INT4 release 10 days ago
  • model.safetensors.index.json
    132 kB
    Initial AWQ INT4 release 10 days ago
  • tokenizer.json
    11.4 MB
    xet
    Initial AWQ INT4 release 10 days ago
  • tokenizer_config.json
    694 Bytes
    Initial AWQ INT4 release 10 days ago