mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -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:
1 parent
eca2c6e01c
commit
2dd4e7cdc3
10 files changed
+10
-10
No files matched your search
@@ -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