Thanks to Unsloth, I've made great progress running DeepSeek-OCR-2 on my RTX 2080 Ti (Turing, 22GB):
✅ Model loads successfully with 9.5GB VRAM (lower than official 12GB!)
✅ Inference flow works – can see generated token IDs
✅ flash-attention-triton verified on Turing (might help other old GPU users)
Progress: 98% done!
Last blocker:
When using Unsloth 2026.2.1 (installed with --no-deps to protect my transformers 4.46.3), I get:
ImportError: cannot import name 'is_trackio_available' from 'transformers'
DeepSeek-OCR-2 officially requires transformers==4.46.3, so I can't upgrade.
Tried older Unsloth versions (2025.1.8, 2024.12.12) – each gave different errors.
Questions:
- Is there any Unsloth version compatible with transformers 4.46.3?
- Any config flags to bypass this import check?
Just need that final 2%! Will share my Turing debugging经验 in return. 🙏