Views
No views yet
groxaxo.
It is intended for open-source evaluation, reproducible experimentation, and compatible local or
hosted inference workflows. The wording below is deliberately limited to what can be verified
from this repository's metadata and artifacts.| Field | Details |
|---|---|
| Format | GPTQ |
| Source / base | wangzhang/Qwen3.6-27B-abliterated |
| Intended task | image-text-to-text |
| License | the license declared in the repository files |
*.safetensors (5 files)config.jsongeneration_config.jsontokenizer.jsontokenizer_config.jsonprocessor_config.jsonchat_template.jinjaquantize_config.json1vllm serve groxaxo/Qwen3.6-27B-abliterated-v2-GPTQ-Pro-FOEM-4bit-g128-preserve-vl \
2 --quantization gptq_marlin \
3 --dtype float16 \
4 --trust-remote-codeQwen3.6-27B-abliterated-v2.visual.*embed_tokens.*lm_head.*norm.*merger.*projector.*patch_embed.*visual tensors: 333lm_head.weight remains BF16model.language_model.embed_tokens.weight remains BF16AutoProcessor, AutoTokenizer, and AutoConfig load successfullyarchitectures = ["Qwen3_5ForConditionalGeneration"]language_model_only = false1setsid env \
2 CUDA_VISIBLE_DEVICES=0,1,4 \
3 CUDA_DEVICE_ORDER=PCI_BUS_ID \
4 OMP_NUM_THREADS=1 \
5 TOKENIZERS_PARALLELISM=false \
6 NCCL_P2P_DISABLE=1 \
7 NCCL_IB_DISABLE=1 \
8 NCCL_NET_GDR_DISABLE=1 \
9 NCCL_SHM_DISABLE=0 \
10 NCCL_CUMEM_HANDLE_DISABLE=1 \
11 PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True,max_split_size_mb:256 \
12 /home/op/venvs/vllm-qwen36/bin/vllm serve "/home/op/models/Qwen3.6-27B-abliterated-v2" \
13 --host 0.0.0.0 \
14 --port 8000 \
15 --tensor-parallel-size 1 \
16 --pipeline-parallel-size 3 \
17 --max-model-len 4096 \
18 --kv-cache-dtype fp8 \
19 --gpu-memory-utilization 0.98 \
20 --max-num-seqs 1 \
21 --reasoning-parser qwen3 \
22 --enable-auto-tool-choice \
23 --tool-call-parser qwen3_coder \
24 --trust-remote-code \
25 --served-model-name qwen36-27b-abliterated-v2 \
26 --disable-custom-all-reduce \
27 --generation-config vllm \
28 --enforce-eager \
29 --limit-mm-per-prompt '{"image":1}'--max-model-len 32144 did not fit KV cache on this host.chat_template_kwargs.enable_thinking=false was used to keep visible output in the answer channel.quantize_config.json records the explicit dynamic skip rules and FOEM metadataprocessor_config.json keeps the multimodal processor configmodel.safetensors.index.json and shard files contain the final export