We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa142b commit 2fe51f1Copy full SHA for 2fe51f1
1 file changed
tests/aiu_addons/test_fp8_addon.py
@@ -170,9 +170,6 @@ def test_fp8_linear_cpu_support( # pylint: disable=redefined-outer-name
170
- Per-tensor quantization (weights and activations both per-tensor)
171
- Per-channel quantization (weights and activations both per-channel/per-token)
172
173
- Note: Mixed granularity (e.g., per-tensor weights with per-token activations)
174
- is not supported on the target custom hardware.
175
-
176
Args:
177
weight_strategy: "tensor" or "channel" weight quantization
178
activation_strategy: "tensor" or "token" dynamic activation quantization
0 commit comments