Commit Graph

2 Commits

Author SHA1 Message Date
LemonNexus 049a59136d fix: update verify_vision.py for Python 3.13 compatibility
- Use latest PyTorch versions (old ones don't exist for Python 3.13)
- Install PaddleOCR without PyMuPDF (avoids build errors)
- Skip PyMuPDF which requires Visual Studio build tools
2026-02-11 11:54:01 +00:00
LemonNexus b9ff965185 fix: add PyTorch fix scripts and make torch import optional
- Add fix_pytorch.bat for Windows users to repair PyTorch installation
- Add verify_vision.py to check and auto-fix vision dependencies
- Make torch import optional in game_vision_ai.py to prevent crashes
- Provides graceful fallback if PyTorch fails to load
2026-02-11 11:49:58 +00:00