Skip to content

Commit

Permalink
deleting default dtype value
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerson2102 committed Apr 26, 2024
1 parent c0f0d08 commit 216b810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion giza_actions/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def predict(
output_dtype = self._get_output_dtype()
else:
output_dtype = custom_output_dtype
output_dtype = output_dtype or "DefaultType"
logger.debug("Output dtype: %s", output_dtype)
preds = self._parse_cairo_response(serialized_output, output_dtype)
elif self.framework == Framework.EZKL:
Expand Down

0 comments on commit 216b810

Please sign in to comment.