Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
josejg committed Feb 14, 2024
1 parent e5758de commit c7239ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer/metrics/nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ def update(self, batch: Dict[str, Any], outputs: List[str], labels: List[str]):
'language': language,
}

# TODO: refactor client.invoke API
result = client.invoke([[[payload]]])[0][0][0]
test_results.append(result)

Expand Down

0 comments on commit c7239ec

Please sign in to comment.