We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecf832 commit 5115452Copy full SHA for 5115452
modelopt/torch/quantization/config.py
@@ -150,9 +150,10 @@
150
151
"""
152
153
-from typing import Any, Literal, TypedDict, cast
+from typing import Any, Literal, cast
154
155
from pydantic import ValidationInfo, field_validator, model_validator
156
+from typing_extensions import TypedDict
157
158
from modelopt.torch.opt.config import ModeloptBaseConfig, ModeloptField
159
from modelopt.torch.utils.network import ConstructorLike
0 commit comments