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 PyTorch version conflict in requirements.transformers.txt
Updated requirements.transformers.txt to match requirements.sam.txt:
- torch: >=2.0.1,<2.7.0 → >=2.8.0
- torchvision: >=0.15.0 → >=0.23.0
- Added: flash-attn>=2.8.2
This resolves the dependency conflict that was causing builds to fail.
0 commit comments