Skip to content

Commit

Permalink
Update sparsity_config threshold to 0.49; missed to commit this as pa…
Browse files Browse the repository at this point in the history
…rt of PR #948
  • Loading branch information
rahul-tuli committed Jan 22, 2025
1 parent 62e0108 commit 4636f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SparsityConfigMetadata:
metadata from the model
"""

SPARSITY_THRESHOLD: float = 0.5
SPARSITY_THRESHOLD: float = 0.49

@staticmethod
def infer_global_sparsity(
Expand Down

0 comments on commit 4636f63

Please sign in to comment.