Skip to content

Commit b0dbf81

Browse files
justinchubyCopilot
andcommitted
cleanup: reword comments to drop legacy com.github.onnxruntime references
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 00bc0f9 commit b0dbf81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mobius/components/_quantized_linear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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

0 commit comments

Comments
 (0)