Skip to content

Commit 13eb1e9

Browse files
author
YASH Nankani
committed
handle review comments
Signed-off-by: YASH Nankani <ynankani@2u1g-x570-0073.ipp2a1.colossus.nvidia.com>
1 parent e195bcc commit 13eb1e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modelopt/torch/export/unified_export_hf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
import torch.nn as nn
3131
from safetensors.torch import load_file, save_file
3232

33-
from .diffusers_utils import (
34-
build_layerwise_quant_metadata,
35-
pad_nvfp4_weights,
36-
swizzle_nvfp4_scales,
37-
)
33+
from .diffusers_utils import build_layerwise_quant_metadata, pad_nvfp4_weights, swizzle_nvfp4_scales
3834

3935
try:
4036
import diffusers

0 commit comments

Comments
 (0)