We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ec14e commit a46f754Copy full SHA for a46f754
src/compressed_tensors/transform/utils/hadamard.py
@@ -68,7 +68,7 @@ def random_hadamard_matrix(size: int) -> torch.Tensor:
68
(size, size)
69
70
"""
71
- # TODO: potentially update to add "seed" as an arugment, to allow
+ # TODO: potentially update to add "seed" as an argument, to allow
72
# the matrix generated to be reproducible
73
74
# Benefits: support other shapes / non powers of 2, support randomization
0 commit comments