lihongjie
commited on
Commit
·
667c0d1
1
Parent(s):
4ae14db
update
Browse files
run.sh
CHANGED
|
@@ -15,8 +15,8 @@ rm output*.wav
|
|
| 15 |
--filename_llm_embed "${LLM_DIR}/llm.llm_embedding.float16.bin" \
|
| 16 |
--filename_speech_embed "${LLM_DIR}/llm.speech_embedding.float16.bin" \
|
| 17 |
--continue 0 \
|
| 18 |
-
--prompt_files
|
| 19 |
-
--text "
|
| 20 |
|
| 21 |
|
| 22 |
chmod 777 output*.wav
|
|
|
|
| 15 |
--filename_llm_embed "${LLM_DIR}/llm.llm_embedding.float16.bin" \
|
| 16 |
--filename_speech_embed "${LLM_DIR}/llm.speech_embedding.float16.bin" \
|
| 17 |
--continue 0 \
|
| 18 |
+
--prompt_files prompt_files \
|
| 19 |
+
--text "君不见黄河之水天上来,奔流到海不复回。君不见高堂明镜悲白发,朝如青丝暮成雪。"
|
| 20 |
|
| 21 |
|
| 22 |
chmod 777 output*.wav
|