Skip to content

Commit fc8d57e

Browse files
authored
Update test_cli.yml
1 parent a8d421f commit fc8d57e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test_cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
python3 -m rvc.infer.infer_cli rvc --input_path "audio/test.mp3" --rvc_model "Tsoi" --f0_method "rmvpe" --f0_min 1 --f0_max 1100 --hop_length 32 --rvc_pitch -6 --protect 0.5 --index_rate 0 --volume_envelope 1 --output_format "mp3" &
5454
PID=\$!
5555
timeout 10 py-spy top --pid $PID
56+
shell: bash
5657

5758
tts_cli:
5859
runs-on: ubuntu-latest
@@ -93,3 +94,4 @@ jobs:
9394
python3 -m rvc.infer.infer_cli tts --tts_voice "en-US-GuyNeural" --tts_text "e" --tts_rate 0 --tts_volume 0 --tts_pitch 0 --rvc_model "Tsoi" --f0_method "rmvpe" --f0_min 1 --f0_max 1100 --hop_length 32 --rvc_pitch -6 --protect 0.5 --index_rate 0 --volume_envelope 1 --output_format "mp3" &
9495
PID=$!
9596
timeout 10 py-spy top --pid $PID
97+
shell: bash

0 commit comments

Comments
 (0)