From e26f1c263fa4de7d8fef790c1569a6558382683d Mon Sep 17 00:00:00 2001 From: YingboHAO <3259482542@qq.com> Date: Mon, 2 Feb 2026 13:50:27 +0000 Subject: [PATCH] 1 --- docs/vibevoice-vllm-asr.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/vibevoice-vllm-asr.md b/docs/vibevoice-vllm-asr.md index 16cb2ca..f712d3b 100644 --- a/docs/vibevoice-vllm-asr.md +++ b/docs/vibevoice-vllm-asr.md @@ -55,6 +55,11 @@ Once the vLLM server is running, test it with the provided script: # Run the test (use container path /app/...) docker exec -it vibevoice-vllm python3 vllm_plugin/tests/test_api.py /app/audio.wav ``` + +```bash +# Run the recover_test (use container path /app/...) +docker exec -it vibevoice-vllm python3 vllm_plugin/tests/test_api_auto_recover.py /app/audio.wav +``` > **Note**: The audio file must be inside the mounted directory (`/app` in the container). Copy your audio to the VibeVoice folder before testing. ### Environment Variables