Skip to content

Commit

Permalink
fix(checksum): json ending
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 16, 2024
1 parent b66636e commit d4cc9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checksum/tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ const jsontmpl = `{
"sha256_asset_GPT_pt" : "%s",
"sha256_asset_spk_stat_pt" : "%s",
"sha256_asset_tokenizer_pt" : "%s",
"sha256_asset_Vocos_pt" : "%s",
"sha256_asset_Vocos_pt" : "%s"
}
`

0 comments on commit d4cc9bb

Please sign in to comment.