PyTorch 2.8.0 Compatibility Issues #3337
myhloli
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
【重要通知】PyTorch 2.8.0 兼容性问题公告
2025年8月6日,PyTorch官方发布了2.8.0版本。我们在第一时间完成兼容性测试后,发现以下两个关键问题:
性能异常
已解决的问题
针对OCR性能下降问题,我们已通过版本检测机制实现:
待解决的问题
阅读顺序异常问题属于偶发性缺陷,目前尚未找到有效解决方案
推荐解决方案
建议所有用户暂时保持PyTorch版本约束:
torch<2.8.0特殊需求处理
如确需使用2.8.0版本,请按以下步骤操作:
mineru,这样会通过依赖安装torch 2.7.1我们将持续关注PyTorch官方进展,并在问题彻底解决后及时更新版本兼容策略。
【Important Notice】PyTorch 2.8.0 Compatibility Issues
August 6, 2025 - The PyTorch team released version 2.8.0. After immediate compatibility testing, we identified two critical issues:
Performance Abnormalities
Resolved Issue
For the OCR performance degradation, we've implemented:
Pending Issue
Reading order anomalies remain an intermittent defect without current resolution
Recommended Fix
Maintain PyTorch version constraint for now:
torch<2.8.0Special Requirements Handling
For mandatory 2.8.0 adoption:
mineruto install torch 2.7.1 through dependency chainWe'll continue monitoring PyTorch developments and update compatibility policies upon resolution.
Beta Was this translation helpful? Give feedback.
All reactions