Skip to content

Commit 1a3bac1

Browse files
committed
update
Signed-off-by: Zhiyu Cheng <[email protected]>
1 parent 0e00954 commit 1a3bac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelopt/torch/export/unified_export_hf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
"""Code that export quantized Hugging Face models for deployment."""
1717

18-
from builtins import ValueError
1918
import collections.abc
2019
import json
2120
import re
2221
import tempfile
2322
import warnings
23+
from builtins import ValueError
2424
from collections import defaultdict
2525
from pathlib import Path
2626
from typing import Any

0 commit comments

Comments
 (0)