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]
2026-03-02 13:56:11 +01:00
committed by GitHub
parent eca2c6e01c
commit 2dd4e7cdc3
10 changed files with 10 additions and 10 deletions

View File

@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox

View File

@@ -1 +1 @@
flash-attn
flash-attn

View File

@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox

View File

@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox

View File

@@ -2,4 +2,4 @@
torch==2.7.1+rocm6.3
torchaudio==2.7.1+rocm6.3
qwen-tts
sox
sox

View File

@@ -1 +1 @@
flash-attn
flash-attn

View File

@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox

View File

@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox

View File

@@ -2,4 +2,4 @@
torch
torchaudio
qwen-tts
sox
sox

View File

@@ -6,4 +6,4 @@ soundfile
setuptools
six
scipy
librosa
librosa