Skip to content

Commit

Permalink
feat!: [downloader] voicevox_vvmを0.0.1-preview.4に (#964)
Browse files Browse the repository at this point in the history
VOICEVOX/voicevox_vvm#5, VOICEVOX/voicevox_vvm#9 を反映する。

BREAKING-CHANGE: VOICEVOX/voicevox_vvm#5 の反映。

Refs: #545
  • Loading branch information
qryxip authored Feb 6, 2025
1 parent 057f836 commit 2fdae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/downloader/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const DEFAULT_ADDITIONAL_LIBRARIES_REPO: &str = "VOICEVOX/voicevox_additional_li
const DEFAULT_MODELS_REPO: &str = "VOICEVOX/voicevox_vvm";

static ALLOWED_MODELS_VERSIONS: LazyLock<VersionReq> =
LazyLock::new(|| "=0.0.1-preview.2".parse().unwrap());
LazyLock::new(|| "=0.0.1-preview.4".parse().unwrap());
const MODELS_README_FILENAME: &str = "README.md";
const MODELS_DIR_NAME: &str = "vvms";
const MODELS_TERMS_NAME: &str = "VOICEVOX VVM TERMS OF USE";
const MODELS_TERMS_FILE: &str = "terms.md";
const MODELS_TERMS_FILE: &str = "TERMS.md";

static OPEN_JTALK_DIC_URL: LazyLock<Url> = LazyLock::new(|| {
"https://jaist.dl.sourceforge.net/project/open-jtalk/Dictionary/open_jtalk_dic-1.11/open_jtalk_dic_utf_8-1.11.tar.gz"
Expand Down

0 comments on commit 2fdae0f

Please sign in to comment.