Skip to content

Commit

Permalink
Merge pull request #53 from gizatechxyz/fix-output_dtype-in-giza-model
Browse files Browse the repository at this point in the history
Fix output dtype in giza model
  • Loading branch information
raphaelDkhn authored May 28, 2024
2 parents 31d91f6 + cecc42b commit 167638c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions giza/agents/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def predict(
Raises:
ValueError: If required parameters are not provided or the session is not initialized.
"""
output_dtype = "Tensor<FP16x16>"
try:
logger.info("Predicting")
if verifiable:
Expand Down

0 comments on commit 167638c

Please sign in to comment.