mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-19 14:50:38 -07:00
Remove additional CUDA and torch compiler module exclusions from PyInstaller build to streamline the process
This commit is contained in:
@@ -20,9 +20,9 @@ jobs:
|
|||||||
- platform: 'macos-15-intel'
|
- platform: 'macos-15-intel'
|
||||||
args: '--target x86_64-apple-darwin'
|
args: '--target x86_64-apple-darwin'
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- platform: 'ubuntu-22.04'
|
# - platform: 'ubuntu-22.04'
|
||||||
args: ''
|
# args: ''
|
||||||
python-version: '3.12'
|
# python-version: '3.12'
|
||||||
- platform: 'windows-latest'
|
- platform: 'windows-latest'
|
||||||
args: ''
|
args: ''
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|||||||
@@ -45,22 +45,6 @@ def build_server():
|
|||||||
'--exclude-module', 'sklearn',
|
'--exclude-module', 'sklearn',
|
||||||
'--exclude-module', 'pandas',
|
'--exclude-module', 'pandas',
|
||||||
'--exclude-module', 'torchaudio',
|
'--exclude-module', 'torchaudio',
|
||||||
'--exclude-module', 'triton',
|
|
||||||
'--exclude-module', 'torch.distributed',
|
|
||||||
'--exclude-module', 'torch.jit',
|
|
||||||
'--exclude-module', 'torch._dynamo',
|
|
||||||
'--exclude-module', 'torch._inductor',
|
|
||||||
'--exclude-module', 'nvidia.cuda_nvrtc',
|
|
||||||
'--exclude-module', 'nvidia.cuda_runtime',
|
|
||||||
'--exclude-module', 'nvidia.cuda_cupti',
|
|
||||||
'--exclude-module', 'nvidia.cudnn',
|
|
||||||
'--exclude-module', 'nvidia.cublas',
|
|
||||||
'--exclude-module', 'nvidia.cufft',
|
|
||||||
'--exclude-module', 'nvidia.curand',
|
|
||||||
'--exclude-module', 'nvidia.cusolver',
|
|
||||||
'--exclude-module', 'nvidia.cusparse',
|
|
||||||
'--exclude-module', 'nvidia.nccl',
|
|
||||||
'--exclude-module', 'nvidia.nvtx',
|
|
||||||
])
|
])
|
||||||
|
|
||||||
# Add hidden imports
|
# Add hidden imports
|
||||||
|
|||||||
Reference in New Issue
Block a user