Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/transform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ recipe = [
]
```

Note that `QuIPModifier` can be customized. For a full list of the available arguments, see the [docstring](/src/llmcompressor/modifiers/transform/spinquant/base.py) or documentation.
Note that `QuIPModifier` can be customized. For a full list of the available arguments, see the [docstring](/src/llmcompressor/modifiers/transform/quip/base.py) or documentation.

* `rotations` determines which of the input rotation (v) or output rotations (u) should be used.
* `transform_block_size` determines the size of the hadamard. Smaller hadamards require less cost at runtime.
Expand Down Expand Up @@ -79,4 +79,4 @@ python3 benchmarks/benchmark_latency.py --model path/to/Llama-3.2-1B-Instruct-qu
#### Quantized Model Latency (sec) ####
| Base W4A16 | Hadacore | GEMM |
| - | - | - |
| 0.4402 | 0.4489 | 1.2917 |
| 0.4402 | 0.4489 | 1.2917 |
Loading