初始化项目,由ModelHub XC社区提供模型
Model: RedHatAI/Meta-Llama-3.1-8B-FP8 Source: Original Platform
This commit is contained in:
10
recipe.yaml
Normal file
10
recipe.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
quant_stage:
|
||||
quant_modifiers:
|
||||
QuantizationModifier:
|
||||
ignore: [lm_head]
|
||||
config_groups:
|
||||
group_0:
|
||||
weights: {num_bits: 8, type: float, strategy: tensor, dynamic: false, symmetric: true}
|
||||
input_activations: {num_bits: 8, type: float, strategy: tensor, dynamic: false,
|
||||
symmetric: true}
|
||||
targets: [Linear]
|
||||
Reference in New Issue
Block a user