You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link in the Quip README is pointing to SpinQuant.
Note: We might want to link directly to the relevant lines but:
- we need to say "as of llmcompressor vXX.X, the parameters are -->
link-with-git-tag, possibly sending people to outdated configuration a
year from now.
- or we don't git tag and the line might change with refactoring.
Signed-off-by: Mamy Ratsimbazafy <mamy_github@numforge.co>
Copy file name to clipboardExpand all lines: examples/transform/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ recipe = [
41
41
]
42
42
```
43
43
44
-
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.
44
+
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.
45
45
46
46
*`rotations` determines which of the input rotation (v) or output rotations (u) should be used.
47
47
*`transform_block_size` determines the size of the hadamard. Smaller hadamards require less cost at runtime.
0 commit comments