Commit Graph

1 Commits

Author SHA1 Message Date
LemonNexus 786b292fcd fix: import torch before PyQt to fix DLL loading on Windows
- Add early torch import before PyQt6 imports in main_window.py
- This prevents the c10.dll initialization error on Windows
- Solution 3 from user research: import torch before PyQt
2026-02-11 12:12:57 +00:00