Skip to content

Commit 7230933

Browse files
committed
update docstrings
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 6e52894 commit 7230933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compressed_tensors/transform/transform_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TransformLocation(str, Enum):
2727
to on a given module.
2828
2929
| -------------------------------------------------------------------------------------------------------- | # noqa: E501
30-
| Name | Runtime | Values | Candidate Inverse Locations | # noqa: E501
30+
| Name | Runtime | Values | Locations Where Inverse Could Be Applied | # noqa: E501
3131
| --------------- | ----------- | ------------- | -------------------------------------------------------- | # noqa: E501
3232
| `INPUT` | online | activations | `prev.WEIGHT_OUTPUT`, `prev.OUTPUT`, `this.WEIGHT_INPUT` | # noqa: E501
3333
| `WEIGHT_INPUT` | offline | weight | `prev.WEIGHT_OUTPUT`, `prev.OUTPUT`, `this.INPUT` | # noqa: E501

0 commit comments

Comments
 (0)