Support gqa on all attention backends, drop support for pytorch 2.4 (#14772)

This commit is contained in:
comfyanonymous
2026-07-07 19:57:52 -07:00
committed by GitHub
parent 6880614319
commit b481bc15af
9 changed files with 114 additions and 103 deletions

View File

@@ -229,7 +229,7 @@ Python 3.14 works but some custom nodes may have issues. The free threaded varia
Python 3.13 is very well supported. If you have trouble with some custom node dependencies on 3.13 you can try 3.12
torch 2.4 and above is supported but some features and optimizations might only work on newer versions. We generally recommend using the latest major version of pytorch with the latest cuda version unless it is less than 2 weeks old.
torch 2.5 is minimally supported but using a newer version is extremely recommended. Some features and optimizations might only work on newer versions. We generally recommend using the latest major version of pytorch with the latest cuda version unless it is less than 2 weeks old. If your pytorch is more than 6 months old, please update it.
### Instructions: