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 86ef7ad commit adace88Copy full SHA for adace88
ads/aqua/finetuning/finetuning.py
@@ -103,7 +103,9 @@ def create(
103
The instance of AquaFineTuningSummary.
104
"""
105
if not create_fine_tuning_details:
106
- validate_dataclass_params(CreateFineTuningDetails, **kwargs)
+ create_fine_tuning_details = validate_dataclass_params(
107
+ CreateFineTuningDetails, **kwargs
108
+ )
109
110
source = self.get_source(create_fine_tuning_details.ft_source_id)
111
0 commit comments