Skip to content

Commit

Permalink
define default output_dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed May 28, 2024
1 parent b143433 commit cecc42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giza/agents/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def predict(
Raises:
ValueError: If required parameters are not provided or the session is not initialized.
"""
output_dtype = "default_dtype" # Define a default or determine a better initial value based on context
output_dtype = "Tensor<FP16x16>"
try:
logger.info("Predicting")
if verifiable:
Expand Down

0 comments on commit cecc42b

Please sign in to comment.