Lengyue 1 سال پیش
والد
کامیت
033375f871
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      docs/en/finetune.md
  2. 1 1
      docs/zh/finetune.md

+ 1 - 1
docs/en/finetune.md

@@ -141,7 +141,7 @@ python tools/llama/build_dataset.py \
 After the command finishes executing, you should see the `quantized-dataset-ft.protos` file in the `data` directory.
 
 !!!info
-    For the VITS format, you can specify a file list using `--filelist xxx.list`.
+    For the VITS format, you can specify a file list using `--input xxx.list`.
 
 ### 4. Finally, start the fine-tuning
 

+ 1 - 1
docs/zh/finetune.md

@@ -145,7 +145,7 @@ python tools/llama/build_dataset.py \
 命令执行完毕后, 你应该能在 `data` 目录下看到 `quantized-dataset-ft.protos` 文件.
 
 !!! note
-    对于 VITS 格式, 你可以使用 `--filelist xxx.list` 来指定文件列表.
+    对于 VITS 格式, 你可以使用 `--input xxx.list` 来指定文件列表.
 
 ### 4. 最后, 启动微调