Skip to content

Commit

Permalink
Update a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Dec 17, 2024
1 parent 6936121 commit 9eeede7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def decompress(
@staticmethod
def should_compress(name: str, expanded_targets: Optional[Set[str]] = None) -> bool:
"""
Check if a parameter should be compressed
Check if a parameter should be compressed.
Currently, this only returns True for weight parameters.
:param name: name of the parameter
:param expanded_targets: set of layer prefixes to compress
Expand Down

0 comments on commit 9eeede7

Please sign in to comment.