Explorar o código

[docx]:delete speaker param in docs (#323)

Co-authored-by: WhaleDolphin <whaledolphin666@gmail.com>
Whale and Dolphin hai 1 ano
pai
achega
3c526c64af
Modificáronse 3 ficheiros con 0 adicións e 8 borrados
  1. 0 3
      docs/en/inference.md
  2. 0 3
      docs/ja/inference.md
  3. 0 2
      docs/zh/inference.md

+ 0 - 3
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)

+ 0 - 3
docs/ja/inference.md

@@ -50,9 +50,6 @@ python tools/llama/generate.py \
 !!! info
     bf16をサポートしていないGPUの場合、`--half`パラメータを使用する必要があるかもしれません。
 
-!!! warning
-    自分で微調整したモデルを使用している場合、発音の安定性を確保するために`--speaker`パラメータを必ず持たせてください。
-
 ### 3. セマンティックトークンから音声を生成する:
 
 #### VQGANデコーダー(推奨されません)

+ 0 - 2
docs/zh/inference.md

@@ -56,8 +56,6 @@ python tools/llama/generate.py \
 !!! info
     对于不支持 bf16 的 GPU, 你可能需要使用 `--half` 参数.
 
-!!! warning
-    如果你在使用自己微调的模型, 请务必携带 `--speaker` 参数来保证发音的稳定性.
 
 ### 3. 从语义 token 生成人声: