初始化项目,由ModelHub XC社区提供模型
Model: RedHatAI/Qwen3-4B-Thinking-2507-quantized.w4a16 Source: Original Platform
This commit is contained in:
27
recipe.yaml
Normal file
27
recipe.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
quant_stage:
|
||||
quant_modifiers:
|
||||
GPTQModifier:
|
||||
config_groups:
|
||||
group_0:
|
||||
targets: [Linear]
|
||||
weights:
|
||||
num_bits: 4
|
||||
type: int
|
||||
symmetric: true
|
||||
group_size: 128
|
||||
strategy: group
|
||||
block_structure: null
|
||||
dynamic: false
|
||||
actorder: !!python/object/apply:compressed_tensors.quantization.quant_args.ActivationOrdering [
|
||||
static]
|
||||
observer: mse
|
||||
observer_kwargs: {}
|
||||
input_activations: null
|
||||
output_activations: null
|
||||
format: null
|
||||
targets: [Linear]
|
||||
ignore: [lm_head]
|
||||
block_size: 128
|
||||
dampening_frac: 0.01
|
||||
actorder: static
|
||||
offload_hessians: false
|
||||
Reference in New Issue
Block a user