File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636# quant) nor by a runtime-supported ``DequantizeLinear`` (the nxrt CPU kernel
3737# only dequantizes Int8/Uint8/Int32, not FLOAT4E2M1 or codebooks). This is the
3838# only remaining custom op, and it deliberately lives in the runtime's ``pkg``
39- # namespace rather than ``com.github.onnxruntime`` — matching the domain the
39+ # namespace rather than the legacy custom-op namespace — matching the domain the
4040# runtime actually registers the kernel under.
4141_NXRT_DOMAIN = "pkg.nxrt"
4242
@@ -195,7 +195,7 @@ class BlockQuantizedLinear(nn.Module):
195195 This is the only remaining custom op because these formats (MXFP4 E2M1 float4;
196196 IQ non-linear codebooks) cannot be expressed with standard ONNX ops the
197197 runtime can execute (see ``_NXRT_DOMAIN``). It intentionally avoids the
198- ``com.github.onnxruntime`` namespace and uses the runtime's registered
198+ legacy custom-op namespace and uses the runtime's registered
199199 ``pkg.nxrt`` domain instead.
200200 """
201201
You can’t perform that action at this time.
0 commit comments