初始化项目,由ModelHub XC社区提供模型
Model: cpatonn-mirror/OpenReasoning-Nemotron-32B-AWQ-4bit Source: Original Platform
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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" }
|
||||
```
|
||||
Reference in New Issue
Block a user