Skip to content

Commit e9a2495

Browse files
committed
Collect all linacodec files for PyInstaller (fixes inspect.getsource in Vocos)
1 parent d8a9ed7 commit e9a2495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/build_binary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def build_server(cuda=False):
7777
'--hidden-import', 'zipvoice',
7878
'--hidden-import', 'zipvoice.luxvoice',
7979
'--collect-all', 'zipvoice',
80+
'--collect-all', 'linacodec',
8081
'--hidden-import', 'torch',
8182
'--hidden-import', 'transformers',
8283
'--hidden-import', 'fastapi',

0 commit comments

Comments
 (0)