File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/compressed_tensors/transform Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class TransformLocation(str, Enum):
27
27
to on a given module.
28
28
29
29
| -------------------------------------------------------------------------------------------------------- | # noqa: E501
30
- | Name | Runtime | Values | Candidate Inverse Locations | # noqa: E501
30
+ | Name | Runtime | Values | Locations Where Inverse Could Be Applied | # noqa: E501
31
31
| --------------- | ----------- | ------------- | -------------------------------------------------------- | # noqa: E501
32
32
| `INPUT` | online | activations | `prev.WEIGHT_OUTPUT`, `prev.OUTPUT`, `this.WEIGHT_INPUT` | # noqa: E501
33
33
| `WEIGHT_INPUT` | offline | weight | `prev.WEIGHT_OUTPUT`, `prev.OUTPUT`, `this.INPUT` | # noqa: E501
You can’t perform that action at this time.
0 commit comments