mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 21:25:59 -04:00
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:
@@ -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
|
||||
|
||||
@@ -6,4 +6,4 @@ soundfile
|
||||
setuptools
|
||||
six
|
||||
scipy
|
||||
librosa
|
||||
librosa
|
||||
|
||||
Reference in New Issue
Block a user