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
- Xet hash:
- 79cf00a34e91df732d430a0b6b4f5ed5a79221d6b92d6271e43eef50003316c5
- Size of remote file:
- 4.29 GB
- SHA256:
- 250304cfa56086a8f438aa41b0b029d1d5f2f9e24d258d4e6f2a9fd05e9f51a3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.