Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Oct 9, 2024
1 parent b25f7ba commit 3ebbe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ class name in this argument.
"Dataset provider parameters must be an instance of S3DatasetParams "
"or HuggingFaceDatasetParams."
)

if not isinstance(trainer_parameters, HuggingFaceTrainerParams):
raise ValueError(
"Trainer parameters must be an instance of HuggingFaceTrainerParams."
Expand Down

0 comments on commit 3ebbe76

Please sign in to comment.