You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add freeze_support to handle multiprocessing in PyInstaller builds
Ensure that helper processes spawned by multiprocessing (e.g., for HuggingFace downloads)
do not accidentally re-execute the main CLI logic when running the frozen binary.
0 commit comments