Skip to content

Commit

Permalink
float8 dynamic autoquant
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva committed Oct 2, 2024
1 parent 17a1c56 commit ae18023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
AQInt8WeightOnlyQuantizedLinearWeight3,
AutoQuantizableLinearWeight,
AQFloat8WeightOnlyQuantizedLinearWeight,
AQFloat8DynamicallyQuantizedLinearWeight,
AQFloat8PerRowScalingDynamicallyQuantizedLinearWeight,
)
from torch.ao.quantization.quantize_fx import convert_to_reference_fx, prepare_fx
import os
Expand Down

0 comments on commit ae18023

Please sign in to comment.