---
title: Qwen3.6-27B-w8a8
canonical_url: "https://www.modelscope.cn/models/Eco-Tech/Qwen3.6-27B-w8a8"
md_url: "https://www.modelscope.cn/models/Eco-Tech/Qwen3.6-27B-w8a8.md"
repository: Eco-Tech/Qwen3.6-27B-w8a8
last_updated: 2026-09-14
license: "Apache License 2.0"
pipeline_tag: image-text-to-text
tasks:
  - image-text-to-text
model_type:
  - qwen3_5
architectures:
  - Qwen3_5ForConditionalGeneration
base_model:
  - Qwen/Qwen3.6-27B
base_model_relation: quantized
parameters: 27.8B
tensor_type:
  - BF16
  - I8
  - F32
library_name:
  - safetensors
  - pytorch
frameworks:
  - Pytorch
downloads: 21558
stars: 8
---

# Qwen3.6-27B-w8a8

> Qwen3.6-27B-w8a8 - Eco-Tech 在 ModelScope 开源的模型。1. 基本信息 | 项目 | 信息 | | :-------------------: | :----------------------------------------------------------: | | 原始模型名 | Qwen3.6-27B | | 原始模型链接 | Qwen3.6-27B | | msmodelslim commit id |…

Eco-Tech/Qwen3.6-27B-w8a8 是 ModelScope 魔搭社区上的 27.8B 参数image-text-to-text模型，采用 Apache License 2.0 许可，基于 Qwen/Qwen3.6-27B 构建。

- **Repository**: Eco-Tech/Qwen3.6-27B-w8a8
- **License**: Apache License 2.0
- **Tasks**: image-text-to-text
- **Parameters**: 27.8B
- **Base model**: Qwen/Qwen3.6-27B
- **Downloads**: 21558
- **Stars**: 8
- **Last updated**: 2026-09-14

Source: https://www.modelscope.cn/models/Eco-Tech/Qwen3.6-27B-w8a8

---

# Qwen3.6-27B-w8a8

## 1. 基本信息
|         项目          |                             信息                             |
| :-------------------: | :----------------------------------------------------------: |
|      原始模型名       |                       Qwen3.6-27B                        |
|     原始模型链接      | [Qwen3.6-27B](https://www.modelscope.cn/models/Qwen/Qwen3.6-27B) |
| msmodelslim commit id |           640291a51ffe5acb919e68f609b84fef419276d4           |
|     精度测试机型      |                      Atlas 800T A3 1台                       |
|     精度测试平台      |                      docker vllm-ascend                      |
|         版本          |                    vllm-ascend:v0.18.0rc1                    |
|         链接          |      quay.io/ascend/vllm-ascend:v0.18.0rc1-a3-openeuler      |


## 2 量化脚本：
该模型和Qwen3.5-27B结构一致，msmodelslim已支持一键量化：

```python3
msmodelslim quant \
    --model_path weights/Qwen3.6-27B \
    --save_path weights/Qwen3.6-27B-W8A8 \
    --device npu \
    --model_type Qwen3.5-27B \
    --quant_type w8a8 \
    --trust_remote_code True
```

## 3 精度测试结果

|        模型名        | 量化格式 | 数据集 | 测试精度 % | 本地浮点精度 % |
| :------------------: | :------: | :----: | :--------: | :------------: |
| Qwen3.6-27B-w8a8 |   w8a8   |  GPQA  |   85.415   |     85.4175     |

*`--max-model-len 256000`，精度存在波动，建议多次测试。
