We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e00954 commit 1a3bac1Copy full SHA for 1a3bac1
modelopt/torch/export/unified_export_hf.py
@@ -15,12 +15,12 @@
15
16
"""Code that export quantized Hugging Face models for deployment."""
17
18
-from builtins import ValueError
19
import collections.abc
20
import json
21
import re
22
import tempfile
23
import warnings
+from builtins import ValueError
24
from collections import defaultdict
25
from pathlib import Path
26
from typing import Any
0 commit comments