vox_serve.scheduler_entry

vox_serve.scheduler_entry#

Entry point for scheduler daemon subprocess.

This module is deliberately kept separate from launch.py to avoid importing torch at the module level, which would break CUDA_VISIBLE_DEVICES setting.

IMPORTANT: This module must NOT import torch at the module level!

Functions

main()

Main entry point when run as a module.