We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0403c5f commit a48f3f6Copy full SHA for a48f3f6
ads/aqua/evaluation/evaluation.py
@@ -731,6 +731,8 @@ def validate_model_name(
731
)
732
logger.error(error_message)
733
raise AquaRuntimeError(error_message) from ex
734
+ else:
735
+ multi_model_metadata = json.loads(multi_model_metadata_value)
736
737
# Build the list of valid model names from custom metadata.
738
model_names = []
0 commit comments