From 2dd4e7cdc31914fe5c20d08ae2c03a26725c7f04 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:56:11 +0100 Subject: [PATCH] fix(qwen-tts): ensure all requirements files end with newline (#8724) - Add trailing newline to all requirements*.txt files in qwen-tts backend - This ensures proper file formatting and prevents potential issues with package installation tools that expect newline-terminated files --- backend/python/qwen-tts/requirements-cpu.txt | 2 +- backend/python/qwen-tts/requirements-cublas12-after.txt | 2 +- backend/python/qwen-tts/requirements-cublas12.txt | 2 +- backend/python/qwen-tts/requirements-cublas13.txt | 2 +- backend/python/qwen-tts/requirements-hipblas.txt | 2 +- backend/python/qwen-tts/requirements-intel-after.txt | 2 +- backend/python/qwen-tts/requirements-intel.txt | 2 +- backend/python/qwen-tts/requirements-l4t12.txt | 2 +- backend/python/qwen-tts/requirements-l4t13.txt | 2 +- backend/python/qwen-tts/requirements.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/python/qwen-tts/requirements-cpu.txt b/backend/python/qwen-tts/requirements-cpu.txt index f7989d2e8..607393ccd 100644 --- a/backend/python/qwen-tts/requirements-cpu.txt +++ b/backend/python/qwen-tts/requirements-cpu.txt @@ -2,4 +2,4 @@ torch torchaudio qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements-cublas12-after.txt b/backend/python/qwen-tts/requirements-cublas12-after.txt index 7bfe8efeb..d0f509936 100644 --- a/backend/python/qwen-tts/requirements-cublas12-after.txt +++ b/backend/python/qwen-tts/requirements-cublas12-after.txt @@ -1 +1 @@ -flash-attn \ No newline at end of file +flash-attn diff --git a/backend/python/qwen-tts/requirements-cublas12.txt b/backend/python/qwen-tts/requirements-cublas12.txt index 95afbbcba..e34fadd8d 100644 --- a/backend/python/qwen-tts/requirements-cublas12.txt +++ b/backend/python/qwen-tts/requirements-cublas12.txt @@ -2,4 +2,4 @@ torch torchaudio qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements-cublas13.txt b/backend/python/qwen-tts/requirements-cublas13.txt index 4b5a053d1..4715717e1 100644 --- a/backend/python/qwen-tts/requirements-cublas13.txt +++ b/backend/python/qwen-tts/requirements-cublas13.txt @@ -2,4 +2,4 @@ torch torchaudio qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements-hipblas.txt b/backend/python/qwen-tts/requirements-hipblas.txt index d8a3e3616..7c8b8273a 100644 --- a/backend/python/qwen-tts/requirements-hipblas.txt +++ b/backend/python/qwen-tts/requirements-hipblas.txt @@ -2,4 +2,4 @@ torch==2.7.1+rocm6.3 torchaudio==2.7.1+rocm6.3 qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements-intel-after.txt b/backend/python/qwen-tts/requirements-intel-after.txt index 7bfe8efeb..d0f509936 100644 --- a/backend/python/qwen-tts/requirements-intel-after.txt +++ b/backend/python/qwen-tts/requirements-intel-after.txt @@ -1 +1 @@ -flash-attn \ No newline at end of file +flash-attn diff --git a/backend/python/qwen-tts/requirements-intel.txt b/backend/python/qwen-tts/requirements-intel.txt index 58fa82307..60f00a1ee 100644 --- a/backend/python/qwen-tts/requirements-intel.txt +++ b/backend/python/qwen-tts/requirements-intel.txt @@ -2,4 +2,4 @@ torch torchaudio qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements-l4t12.txt b/backend/python/qwen-tts/requirements-l4t12.txt index 74b27915f..bd34fc8ec 100644 --- a/backend/python/qwen-tts/requirements-l4t12.txt +++ b/backend/python/qwen-tts/requirements-l4t12.txt @@ -2,4 +2,4 @@ torch torchaudio qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements-l4t13.txt b/backend/python/qwen-tts/requirements-l4t13.txt index 4b5a053d1..4715717e1 100644 --- a/backend/python/qwen-tts/requirements-l4t13.txt +++ b/backend/python/qwen-tts/requirements-l4t13.txt @@ -2,4 +2,4 @@ torch torchaudio qwen-tts -sox \ No newline at end of file +sox diff --git a/backend/python/qwen-tts/requirements.txt b/backend/python/qwen-tts/requirements.txt index aae790ee8..a1a9740d1 100644 --- a/backend/python/qwen-tts/requirements.txt +++ b/backend/python/qwen-tts/requirements.txt @@ -6,4 +6,4 @@ soundfile setuptools six scipy -librosa \ No newline at end of file +librosa