From 3c526c64af6a43c70a1f91d238920f83d91f51e5 Mon Sep 17 00:00:00 2001 From: Whale and Dolphin <70465000+Whale-Dolphin@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:03:35 +0800 Subject: [PATCH] [docx]:delete speaker param in docs (#323) Co-authored-by: WhaleDolphin --- docs/en/inference.md | 3 --- docs/ja/inference.md | 3 --- docs/zh/inference.md | 2 -- 3 files changed, 8 deletions(-) diff --git a/docs/en/inference.md b/docs/en/inference.md index 888c5c7c..b500c3b1 100644 --- a/docs/en/inference.md +++ b/docs/en/inference.md @@ -50,9 +50,6 @@ This command will create a `codes_N` file in the working directory, where N is a !!! info For GPUs that do not support bf16, you may need to use the `--half` parameter. -!!! warning - If you are using your own fine-tuned model, please be sure to carry the `--speaker` parameter to ensure the stability of pronunciation. - ### 3. Generate vocals from semantic tokens: #### VQGAN Decoder (not recommended) diff --git a/docs/ja/inference.md b/docs/ja/inference.md index 7bf47373..d9febc21 100644 --- a/docs/ja/inference.md +++ b/docs/ja/inference.md @@ -50,9 +50,6 @@ python tools/llama/generate.py \ !!! info bf16をサポートしていないGPUの場合、`--half`パラメータを使用する必要があるかもしれません。 -!!! warning - 自分で微調整したモデルを使用している場合、発音の安定性を確保するために`--speaker`パラメータを必ず持たせてください。 - ### 3. セマンティックトークンから音声を生成する: #### VQGANデコーダー(推奨されません) diff --git a/docs/zh/inference.md b/docs/zh/inference.md index 4ec1cf85..8c369891 100644 --- a/docs/zh/inference.md +++ b/docs/zh/inference.md @@ -56,8 +56,6 @@ python tools/llama/generate.py \ !!! info 对于不支持 bf16 的 GPU, 你可能需要使用 `--half` 参数. -!!! warning - 如果你在使用自己微调的模型, 请务必携带 `--speaker` 参数来保证发音的稳定性. ### 3. 从语义 token 生成人声: