Skip to content

Commit a46f754

Browse files
committed
fix typo
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent 68ec14e commit a46f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compressed_tensors/transform/utils/hadamard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def random_hadamard_matrix(size: int) -> torch.Tensor:
6868
(size, size)
6969
7070
"""
71-
# TODO: potentially update to add "seed" as an arugment, to allow
71+
# TODO: potentially update to add "seed" as an argument, to allow
7272
# the matrix generated to be reproducible
7373

7474
# Benefits: support other shapes / non powers of 2, support randomization

0 commit comments

Comments
 (0)