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
This commit is contained in:
LocalAI [bot] authored and GitHub committed 2026-03-02 13:56:11 +01:00
1 parent eca2c6e01c
commit 2dd4e7cdc3
10 files changed
+10 -10

No files matched your search

+1 -1
View File
@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox
@@ -1 +1 @@
flash-attn
flash-attn
@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox
@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox
@@ -2,4 +2,4 @@
torch==2.7.1+rocm6.3
torchaudio==2.7.1+rocm6.3
qwen-tts
sox
sox
@@ -1 +1 @@
flash-attn
flash-attn
@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox
@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox
@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox
+1 -1
View File
@@ -6,4 +6,4 @@ soundfile
setuptools
six
scipy
librosa
librosa