Skip to content

Commit d9881b0

Browse files
authored
[Tests] Fix activation recipe for w8a8 asym (#1461)
SUMMARY: - We only support per token and per tensor activations - Fix the recipe to reflect this
1 parent cea853e commit d9881b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/vLLM/recipes/INT8/recipe_w8a8_static_asym.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ quant_stage:
77
config_groups:
88
group_0:
99
weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}
10-
input_activations: {num_bits: 8, symmetric: false, dynamic: false, strategy: channel, type: int}
10+
input_activations: {num_bits: 8, symmetric: false, dynamic: false, strategy: tensor, type: int}
1111
targets: [Linear]

0 commit comments

Comments
 (0)