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 29b4cf2 commit c001c2cCopy full SHA for c001c2c
modelopt/torch/quantization/nn/modules/tensor_quantizer.py
@@ -31,7 +31,7 @@
31
import torch.nn.functional as F
32
from packaging.version import Version
33
from torch import nn
34
-from torch.onnx._globals import GLOBALS
+from torch.onnx._internal.torchscript_exporter._globals import GLOBALS
35
36
from modelopt.torch.utils import standardize_constructor_args
37
from modelopt.torch.utils.distributed import DistributedProcessGroup
0 commit comments