mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
Remove all module exclusions
This commit is contained in:
@@ -26,20 +26,6 @@ def build_server():
|
||||
args.extend(['--paths', str(local_qwen_path)])
|
||||
print(f"Using local qwen_tts source from: {local_qwen_path}")
|
||||
|
||||
# Exclude only truly unnecessary modules
|
||||
# Don't exclude anything torch or the standard library might need internally
|
||||
args.extend([
|
||||
'--exclude-module', 'matplotlib',
|
||||
'--exclude-module', 'IPython',
|
||||
'--exclude-module', 'notebook',
|
||||
'--exclude-module', 'pytest',
|
||||
'--exclude-module', 'tensorboard',
|
||||
'--exclude-module', 'tkinter',
|
||||
'--exclude-module', 'sklearn',
|
||||
'--exclude-module', 'pandas',
|
||||
'--exclude-module', 'torchaudio',
|
||||
])
|
||||
|
||||
# Add hidden imports
|
||||
args.extend([
|
||||
'--hidden-import', 'backend',
|
||||
|
||||
Reference in New Issue
Block a user