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 | INT8 |
| Source / base | huihui-ai/Huihui-Qwen3.5-27B-abliterated |
| Intended task | image-text-to-text |
| License | apache-2.0 |
*.safetensors (1 file)config.jsongeneration_config.jsontokenizer.jsontokenizer_config.jsonchat_template.jinja1vllm serve /path/to/Huihui-Qwen3.5-27B-W8A8-INT8 \
2 --port 8000 \
3 --tensor-parallel-size 2 \
4 --max-model-len 8000 \
5 --reasoning-parser qwen3 \
6 --enable-auto-tool-choice \
7 --tool-call-parser qwen3_coder \
8 --trust-remote-code \
9 --enforce-eager--enforce-eager is required for this quantized model due to CUDA graph compatibility issues with compressed-tensors format.--enforce-eager flag in vLLM (no CUDA graphs)