Files
ModelHub XC d196c2e3f5 初始化项目,由ModelHub XC社区提供模型
Model: cpatonn-mirror/OpenReasoning-Nemotron-32B-AWQ-4bit
Source: Original Platform
2026-07-13 14:08:07 +08:00

13 lines
360 B
Markdown

---
license: apache-2.0
base_model:
- nvidia/OpenReasoning-Nemotron-32B
pipeline_tag: text-generation
---
# OpenReasoning-Nemotron-32B-AWQ
## Method
Quantised using [casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ.git) and the following configs:
```
quant_config = { "zero_point": True, "q_group_size": 128, "w_bit": 4, "version": "GEMM" }
```