Skip to content

Commit da137ab

Browse files
committed
fixed unit test import
Signed-off-by: Suguna Velury <[email protected]>
1 parent ffbee8f commit da137ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/gpu/torch/export/test_fsdp2_export.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
_export_quantized_weight,
2828
requantize_resmooth_fused_llm_layers,
2929
)
30-
from modelopt.torch.quantization.qtensor.base_qtensor import fsdp2_aware_weight_update
31-
from modelopt.torch.quantization.utils import patch_fsdp_mp_dtypes
30+
from modelopt.torch.quantization.utils import fsdp2_aware_weight_update, patch_fsdp_mp_dtypes
3231

3332
orig_init_mp_dtypes = patch_fsdp_mp_dtypes()
3433

0 commit comments

Comments
 (0)