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 3881eb7 commit 9f040a8Copy full SHA for 9f040a8
dspy/clients/finetune.py
@@ -92,7 +92,7 @@ def status(self):
92
raise NotImplementedError("Method `status` is not implemented.")
93
94
95
-def validate_finetune_data(data: List[Dict[str, Any]], train_method: TrainingMethod) -> Optional[AssertionError]:
+def validate_finetune_data(data: List[Dict[str, Any]], train_method: TrainingMethod):
96
"""Validate the finetune data based on the training method."""
97
# Get the required data keys for the training method
98
required_keys = TRAINING_METHOD_TO_DATA_KEYS[train_method]
0 commit comments