Skip to content

Commit

Permalink
fix for output recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Satrat committed Jan 8, 2024
1 parent fc283d2 commit 72b867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/core/recipe/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ def dict(self, *args, **kwargs) -> Dict[str, Any]:
"""
:return: the dictionary representation of the modifier
"""
return {self.type: self.args, "group": f"{self.group}_modifiers"}
return {self.type: self.args_evaluated, "group": f"{self.group}_modifiers"}

0 comments on commit 72b867d

Please sign in to comment.