Skip to content

Commit

Permalink
fix: default VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Nov 12, 2024
1 parent fbf198b commit 6f6e561
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hfgl/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,8 @@ def convert_to_HiFiGANTrainTypes(
class HiFiGANConfig(BaseModelWithContact):
VERSION: Annotated[
str,
Field(
default_factory=lambda: LATEST_VERSION,
init_var=False,
),
]
Field(init_var=False),
] = LATEST_VERSION

model: HiFiGANModelConfig = Field(
default_factory=HiFiGANModelConfig,
Expand Down

0 comments on commit 6f6e561

Please sign in to comment.