Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ads/aqua/evaluation/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ def validate_model_name(
)
logger.error(error_message)
raise AquaRuntimeError(error_message) from ex
else:
multi_model_metadata = json.loads(multi_model_metadata_value)

# Build the list of valid model names from custom metadata.
model_names = []
Expand Down
Loading