diff --git a/test/prototype/test_low_bit_optim.py b/test/prototype/test_low_bit_optim.py index 71518047a1..c87f482dbb 100644 --- a/test/prototype/test_low_bit_optim.py +++ b/test/prototype/test_low_bit_optim.py @@ -19,8 +19,11 @@ quantize_4bit_with_qmap, _fp32_to_bf16_sr, ) - -from torchao.utils import TORCH_VERSION_AT_LEAST_2_3, TORCH_VERSION_AT_LEAST_2_4, TORCH_VERSION_AT_LEAST_2_6 +from torchao.utils import ( + TORCH_VERSION_AT_LEAST_2_3, + TORCH_VERSION_AT_LEAST_2_4, + TORCH_VERSION_AT_LEAST_2_6, +) try: import bitsandbytes as bnb