Skip to content

Commit 7c218d2

Browse files
authored
feat: add sum op for trainer controller (#491)
Signed-off-by: Mehant Kammakomati <mehant.kammakomati2@ibm.com>
1 parent 68318d2 commit 7c218d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tuning/utils/evaluator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def __init__(self, metrics: dict):
117117
"abs": abs,
118118
"len": len,
119119
"round": round,
120+
"sum": sum,
120121
"math_trunc": math.trunc,
121122
"math_floor": math.floor,
122123
"math_ceil": math.ceil,

0 commit comments

Comments
 (0)