Skip to content

Commit

Permalink
feat: added a config type
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Oct 2, 2024
1 parent dacf533 commit b89342b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hfgl/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def convert_to_HiFiGANTrainTypes(


class HiFiGANConfig(BaseModelWithContact):
type: str = "HiFiGANConfig"
model: HiFiGANModelConfig = Field(
default_factory=HiFiGANModelConfig,
description="The model configuration settings.",
Expand Down

0 comments on commit b89342b

Please sign in to comment.