Image-Text-to-Text
Safetensors
qwen3_5
qwen3.8
quantized
gptq-int4-g32
conversational
4-bit precision
gptq
Instructions to use Chungulus/Qwen3.8-27B-GPTQ-INT4-G32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- vLLM
How to use Chungulus/Qwen3.8-27B-GPTQ-INT4-G32 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Chungulus/Qwen3.8-27B-GPTQ-INT4-G32" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Chungulus/Qwen3.8-27B-GPTQ-INT4-G32", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/Chungulus/Qwen3.8-27B-GPTQ-INT4-G32
- SGLang
How to use Chungulus/Qwen3.8-27B-GPTQ-INT4-G32 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 "Chungulus/Qwen3.8-27B-GPTQ-INT4-G32" \ --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": "Chungulus/Qwen3.8-27B-GPTQ-INT4-G32", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'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 "Chungulus/Qwen3.8-27B-GPTQ-INT4-G32" \ --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": "Chungulus/Qwen3.8-27B-GPTQ-INT4-G32", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use Chungulus/Qwen3.8-27B-GPTQ-INT4-G32 with Docker Model Runner:
docker model run hf.co/Chungulus/Qwen3.8-27B-GPTQ-INT4-G32
File size: 135 Bytes
958c7e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3f2a938a395afa424b4c41e52fa8bb5738ce4259183eb9cdffcba63fd6ae5a08
size 4292011064
|